diff --git a/.changeset/giant-shirts-travel.md b/.changeset/giant-shirts-travel.md deleted file mode 100644 index bfd5c15..0000000 --- a/.changeset/giant-shirts-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"simple-git-hooks": minor ---- - -feat: only remove some hooks that are not in `preserveUnused` option diff --git a/.changeset/perfect-carrots-brake.md b/.changeset/perfect-carrots-brake.md deleted file mode 100644 index 3afb415..0000000 --- a/.changeset/perfect-carrots-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"simple-git-hooks": minor ---- - -feat: support `deno`'s `node_modules` structure diff --git a/.changeset/selfish-owls-collect.md b/.changeset/selfish-owls-collect.md deleted file mode 100644 index 8214209..0000000 --- a/.changeset/selfish-owls-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"simple-git-hooks": minor ---- - -feat: support esm format configs diff --git a/.changeset/smart-queens-ring.md b/.changeset/smart-queens-ring.md deleted file mode 100644 index 8506cd7..0000000 --- a/.changeset/smart-queens-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"simple-git-hooks": minor ---- - -feat: optimize the migration experience from `husky` diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f10168..80bfc7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ # Changelog +## 2.13.0 + +### Minor Changes + +- [#121](https://github.com/toplenboren/simple-git-hooks/pull/121) [`d9d7823`](https://github.com/toplenboren/simple-git-hooks/commit/d9d7823b8cef0a91a5aef37c2d5a9b913b61c1a0) Thanks [@chouchouji](https://github.com/chouchouji)! - feat: only remove some hooks that are not in `preserveUnused` option + +- [#125](https://github.com/toplenboren/simple-git-hooks/pull/125) [`8486a22`](https://github.com/toplenboren/simple-git-hooks/commit/8486a2211340fcf14f6b534c862fb000961be115) Thanks [@nathanwhit](https://github.com/nathanwhit)! - feat: support `deno`'s `node_modules` structure + +- [#127](https://github.com/toplenboren/simple-git-hooks/pull/127) [`8bb9818`](https://github.com/toplenboren/simple-git-hooks/commit/8bb9818876f11a2295ea8f80f666a5ee8e8ae13a) Thanks [@yyz945947732](https://github.com/yyz945947732)! - feat: optimize the migration experience from `husky` + +## 2.12.1 + +### Minor Changes + +- [#120](https://github.com/toplenboren/simple-git-hooks/pull/120) [`fc2acfc`](https://github.com/toplenboren/simple-git-hooks/commit/fc2acfc92830b0195e17a3fbcca4db90e3fa275b) Thanks [@JounQin](https://github.com/JounQin)! - feat: support esm format configs + +## Previous Releases + See [**GitHub Releases**](https://github.com/toplenboren/simple-git-hooks/releases) for the changelog. diff --git a/package.json b/package.json index 1f8e591..584bd35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simple-git-hooks", "type": "commonjs", - "version": "2.12.1", + "version": "2.13.0", "description": "A simple, zero dependency tool for setting up git hooks for small projects", "author": "Mikhail Gorbunov ", "main": "simple-git-hooks.js",