Skip to content

Commit 41b396a

Browse files
committed
chore(release): v6.0.0-rc.2
1 parent 56f47e1 commit 41b396a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.0.0-rc.2
6+
7+
[compare changes](https://github.com/unjs/hookable/compare/v6.0.0-rc.1...v6.0.0-rc.2)
8+
9+
### 🩹 Fixes
10+
11+
- **types:** Return type is normal `Promise` or void ([56f47e1](https://github.com/unjs/hookable/commit/56f47e1))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([b23cbe7](https://github.com/unjs/hookable/commit/b23cbe7))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](https://github.com/pi0))
20+
521
## v6.0.0-rc.1
622

723
[compare changes](https://github.com/unjs/hookable/compare/v5.5.3...v6.0.0-rc.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.0-rc.1",
3+
"version": "6.0.0-rc.2",
44
"description": "Awaitable hook system",
55
"keywords": [
66
"hook",

0 commit comments

Comments
 (0)