Skip to content

Commit 4ba4374

Browse files
committed
chore(release): v6.1.0
1 parent 94e870e commit 4ba4374

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v6.1.0
6+
7+
[compare changes](https://github.com/unjs/hookable/compare/v6.0.1...v6.1.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add `clearHook(name)` ([#135](https://github.com/unjs/hookable/pull/135))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([24e006b](https://github.com/unjs/hookable/commit/24e006b))
16+
- Lint with oxfmt and oxlint ([56c67fb](https://github.com/unjs/hookable/commit/56c67fb))
17+
- Fix lint script ([f8a083d](https://github.com/unjs/hookable/commit/f8a083d))
18+
- Init agents.md ([883dfb9](https://github.com/unjs/hookable/commit/883dfb9))
19+
- Fix typecheck ([94e870e](https://github.com/unjs/hookable/commit/94e870e))
20+
21+
### ❤️ Contributors
22+
23+
- Pooya Parsa ([@pi0](https://github.com/pi0))
24+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
25+
526
## v6.0.1
627

728
[compare changes](https://github.com/unjs/hookable/compare/v6.0.0...v6.0.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hookable",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Awaitable hook system",
55
"keywords": [
66
"hook",

0 commit comments

Comments
 (0)