diff --git a/.changeset/wet-cups-jog.md b/.changeset/wet-cups-jog.md deleted file mode 100644 index 2877ed111..000000000 --- a/.changeset/wet-cups-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'lint-staged': patch ---- - -_Lint-staged_ no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout. diff --git a/CHANGELOG.md b/CHANGELOG.md index 070476776..dadf67b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # lint-staged +## 15.2.2 + +### Patch Changes + +- [#1391](https://github.com/lint-staged/lint-staged/pull/1391) [`fdcdad4`](https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde) Thanks [@iiroj](https://github.com/iiroj)! - _Lint-staged_ no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout. + ## 15.2.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 16839bc58..d019fcd23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lint-staged", - "version": "15.2.1", + "version": "15.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lint-staged", - "version": "15.2.1", + "version": "15.2.2", "license": "MIT", "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index 2fc6d1277..b2213df9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lint-staged", - "version": "15.2.1", + "version": "15.2.2", "description": "Lint files staged by git", "license": "MIT", "repository": "https://github.com/okonet/lint-staged",