Skip to content

Commit

Permalink
chore(changeset): release (#1411)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 21, 2024
1 parent 72483cb commit 95d096d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .changeset/great-cats-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-bags-build.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thirty-knives-smile.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/three-dogs-drop.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/twelve-eels-think.md

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# lint-staged

## 15.2.3

### Patch Changes

- [#1407](https://github.com/lint-staged/lint-staged/pull/1407) [`d698162`](https://github.com/lint-staged/lint-staged/commit/d6981627472315adb01a46f797c8581393e8a637) Thanks [@iiroj](https://github.com/iiroj)! - Update dependencies

## 15.2.2

### Patch Changes
Expand Down Expand Up @@ -390,7 +396,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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lint-staged",
"version": "15.2.2",
"version": "15.2.3",
"description": "Lint files staged by git",
"license": "MIT",
"repository": "https://github.com/okonet/lint-staged",
Expand Down

0 comments on commit 95d096d

Please sign in to comment.