Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-poets-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-falcons-pick.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"main": "simple-git-hooks.js",
Expand Down