From ec088941e8b7e3737c307d0ac462963b980e3e3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 20:23:14 +0000 Subject: [PATCH] chore: release simple-git-hooks --- .changeset/bright-poets-beam.md | 5 ----- .changeset/cold-falcons-pick.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/bright-poets-beam.md delete mode 100644 .changeset/cold-falcons-pick.md 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/.changeset/cold-falcons-pick.md b/.changeset/cold-falcons-pick.md deleted file mode 100644 index 4a9b0ea..0000000 --- a/.changeset/cold-falcons-pick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"simple-git-hooks": patch ---- - -fix: only get local `coore.hooksPath` config diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bfc7c..831597b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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 + +- [#130](https://github.com/toplenboren/simple-git-hooks/pull/130) [`1abdcd7`](https://github.com/toplenboren/simple-git-hooks/commit/1abdcd7fd486058db76fe930542fd75e335ee462) Thanks [@cexoso](https://github.com/cexoso)! - fix: only get local `coore.hooksPath` config + ## 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",