Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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/giant-shirts-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-carrots-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-owls-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-queens-ring.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.13.0

### 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.
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.12.1",
"version": "2.13.0",
"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