Skip to content

Commit 11ceddf

Browse files
chore: release simple-git-hooks (#126)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]>
1 parent 8bb9818 commit 11ceddf

6 files changed

+19
-21
lines changed

.changeset/giant-shirts-travel.md

-5
This file was deleted.

.changeset/perfect-carrots-brake.md

-5
This file was deleted.

.changeset/selfish-owls-collect.md

-5
This file was deleted.

.changeset/smart-queens-ring.md

-5
This file was deleted.

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
# Changelog
22

3+
## 2.13.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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`
12+
13+
## 2.12.1
14+
15+
### Minor Changes
16+
17+
- [#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
18+
19+
## Previous Releases
20+
321
See [**GitHub Releases**](https://github.com/toplenboren/simple-git-hooks/releases) for the changelog.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-git-hooks",
33
"type": "commonjs",
4-
"version": "2.12.1",
4+
"version": "2.13.0",
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)