Skip to content

Commit

Permalink
chore(changeset): release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and iiroj committed Jan 31, 2024
1 parent 52a9e3f commit 999dcce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-eagles-decide.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/plenty-planes-rush.md

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,11 @@
# lint-staged

## 15.2.1

### Patch Changes

- [#1387](https://github.com/lint-staged/lint-staged/pull/1387) [`e4023f6`](https://github.com/lint-staged/lint-staged/commit/e4023f687616dcf4816545b8eefbcce50e255c9c) Thanks [@iiroj](https://github.com/iiroj)! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, _lint-staged_ has used the default settings to spawn linter commands. This means the `stdin` of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the `stdin` is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.

## 15.2.0

### Minor Changes
Expand Down Expand Up @@ -378,7 +384,7 @@ To update your Node.js integration, please use:

```js
// const lintStaged = require('lint-staged')
import lintStaged from 'lint-staged'
import lintStaged from "lint-staged";
```

## [v11.3.0-beta.2](https://github.com/okonet/lint-staged/releases/tag/v11.3.0-beta.2) - 30 Oct 2021
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lint-staged",
"version": "15.2.0",
"version": "15.2.1",
"description": "Lint files staged by git",
"license": "MIT",
"repository": "https://github.com/okonet/lint-staged",
Expand Down

0 comments on commit 999dcce

Please sign in to comment.