Skip to content

Commit aff2fa5

Browse files
committed
chore(release): v5.5.2
1 parent 9443040 commit aff2fa5

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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+
## v5.5.2
6+
7+
[compare changes](https://github.com/unjs/hookable/compare/v5.5.1...v5.5.2)
8+
9+
10+
### 📖 Documentation
11+
12+
- Add `removeAllHooks` and fix typos ([#72](https://github.com/unjs/hookable/pull/72))
13+
14+
### 🌊 Types
15+
16+
- Work with strict config ([#63](https://github.com/unjs/hookable/pull/63))
17+
18+
### 🏡 Chore
19+
20+
- **lint:** Run lint:fix to fix formatting ([#77](https://github.com/unjs/hookable/pull/77))
21+
- Update dependencies ([9443040](https://github.com/unjs/hookable/commit/9443040))
22+
23+
### ❤️ Contributors
24+
25+
- Pooya Parsa ([@pi0](http://github.com/pi0))
26+
- Rafał Chłodnicki ([@rchl](http://github.com/rchl))
27+
- Vinccool96 <Vinccool96@gmail.com>
28+
- Nozomu Ikuta
29+
530
## v5.5.1
631

732
[compare changes](https://github.com/unjs/hookable/compare/v5.5.0...v5.5.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": "5.5.1",
3+
"version": "5.5.2",
44
"description": "Awaitable hook system",
55
"keywords": [
66
"hook",

0 commit comments

Comments
 (0)