diff --git a/.changeset/early-zoos-buy.md b/.changeset/early-zoos-buy.md deleted file mode 100644 index dfc088c61..000000000 --- a/.changeset/early-zoos-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'lint-staged': minor ---- - -Add support for loading configuration from `package.yaml` and `package.yml` files, supported by `pnpm`. diff --git a/.changeset/mighty-ducks-invite.md b/.changeset/mighty-ducks-invite.md deleted file mode 100644 index 520d2b3d1..000000000 --- a/.changeset/mighty-ducks-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'lint-staged': patch ---- - -Suppress some warnings when using the "--quiet" flag diff --git a/.changeset/slimy-zebras-talk.md b/.changeset/slimy-zebras-talk.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/slimy-zebras-talk.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/thin-chairs-develop.md b/.changeset/thin-chairs-develop.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/thin-chairs-develop.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/unlucky-mayflies-cheat.md b/.changeset/unlucky-mayflies-cheat.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/unlucky-mayflies-cheat.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/CHANGELOG.md b/CHANGELOG.md index 64256d0b0..ffea85c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # lint-staged +## 15.1.0 + +### Minor Changes + +- [#1344](https://github.com/lint-staged/lint-staged/pull/1344) [`0423311`](https://github.com/lint-staged/lint-staged/commit/04233115a5e25d6fa7d357cbe9d42173ae8a1acf) Thanks [@danielbayley](https://github.com/danielbayley)! - Add support for loading configuration from `package.yaml` and `package.yml` files, supported by `pnpm`. + +### Patch Changes + +- [#1355](https://github.com/lint-staged/lint-staged/pull/1355) [`105d901`](https://github.com/lint-staged/lint-staged/commit/105d9012fc92fca549987816406450075cf255f3) Thanks [@iiroj](https://github.com/iiroj)! - Suppress some warnings when using the "--quiet" flag + ## 15.0.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 691a34e20..f99170a8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lint-staged", - "version": "15.0.2", + "version": "15.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lint-staged", - "version": "15.0.2", + "version": "15.1.0", "license": "MIT", "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index a16fd046f..67be7f5e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lint-staged", - "version": "15.0.2", + "version": "15.1.0", "description": "Lint files staged by git", "license": "MIT", "repository": "https://github.com/okonet/lint-staged",