Skip to content

Commit ddc01ba

Browse files
committed
chore(release): v5.5.3
1 parent 8b5765f commit ddc01ba

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.3
6+
7+
[compare changes](https://github.com/unjs/hookable/compare/v5.5.2...v5.5.3)
8+
9+
10+
### 🩹 Fixes
11+
12+
- Clone hook arrays before calling ([#79](https://github.com/unjs/hookable/pull/79))
13+
14+
### 🏡 Chore
15+
16+
- Update deps ([8b5765f](https://github.com/unjs/hookable/commit/8b5765f))
17+
18+
### ❤️ Contributors
19+
20+
- Pooya Parsa ([@pi0](http://github.com/pi0))
21+
- Daniel Roe <daniel@roe.dev>
22+
523
## v5.5.2
624

725
[compare changes](https://github.com/unjs/hookable/compare/v5.5.1...v5.5.2)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hookable",
3-
"version": "5.5.2",
3+
"version": "5.5.3",
44
"description": "Awaitable hook system",
55
"keywords": [
66
"hook",
@@ -46,4 +46,4 @@
4646
"vitest": "^0.29.8"
4747
},
4848
"packageManager": "pnpm@8.0.0"
49-
}
49+
}

0 commit comments

Comments
 (0)