Skip to content

Commit de65b00

Browse files
chore: release simple-git-hooks (#134)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1abdcd7 commit de65b00

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/bright-poets-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cold-falcons-pick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.13.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 2.13.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-git-hooks",
33
"type": "commonjs",
4-
"version": "2.13.0",
4+
"version": "2.13.1",
55
"description": "A simple, zero dependency tool for setting up git hooks for small projects",
66
"author": "Mikhail Gorbunov <[email protected]>",
77
"main": "simple-git-hooks.js",

0 commit comments

Comments
 (0)