diff --git a/.changeset/wet-sloths-destroy.md b/.changeset/wet-sloths-destroy.md deleted file mode 100644 index e9024ab..0000000 --- a/.changeset/wet-sloths-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pretty-quick": patch ---- - -fix: directory symlink handling - close #196 diff --git a/CHANGELOG.md b/CHANGELOG.md index 321f7ca..dda225c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # pretty-quick +## 4.1.1 + +### Patch Changes + +- [#200](https://github.com/prettier/pretty-quick/pull/200) [`40b2e55`](https://github.com/prettier/pretty-quick/commit/40b2e55aa45c036d3f1650e2862e1ca0bc186469) Thanks [@ConradHughes](https://github.com/ConradHughes)! - fix: directory symlink handling - close #196 + ## 4.1.0 ### Minor Changes diff --git a/package.json b/package.json index f047969..44916f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-quick", - "version": "4.1.0", + "version": "4.1.1", "description": "Get Pretty Quick", "repository": "prettier/pretty-quick", "author": "Lucas Azzola <@azz>",