diff --git a/.changeset/bright-poets-beam.md b/.changeset/bright-poets-beam.md deleted file mode 100644 index 1c0a901..0000000 --- a/.changeset/bright-poets-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"simple-git-hooks": patch ---- - -fix: postinstall should ignore adding hooks if SKIP_INSTALL_SIMPLE_GIT_HOOKS is defined diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bfc7c..bded328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.13.1 + +### Patch Changes + +- [#128](https://github.com/toplenboren/simple-git-hooks/pull/128) [`2ad5514`](https://github.com/toplenboren/simple-git-hooks/commit/2ad5514dbbfbf11ffef9414c64d15a2dbe8ea756) Thanks [@OlofFredriksson](https://github.com/OlofFredriksson)! - fix: postinstall should ignore adding hooks if SKIP_INSTALL_SIMPLE_GIT_HOOKS is defined + ## 2.13.0 ### Minor Changes diff --git a/package.json b/package.json index 584bd35..4cf094e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simple-git-hooks", "type": "commonjs", - "version": "2.13.0", + "version": "2.13.1", "description": "A simple, zero dependency tool for setting up git hooks for small projects", "author": "Mikhail Gorbunov ", "main": "simple-git-hooks.js",