Skip to content

Commit b77477c

Browse files
committed
chore(release): v6.1.1
1 parent e179ddc commit b77477c

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

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.1.1
6+
7+
[compare changes](https://github.com/unjs/hookable/compare/v6.1.0...v6.1.1)
8+
9+
### 🩹 Fixes
10+
11+
- Await thenables to support cross-realm promises ([#139](https://github.com/unjs/hookable/pull/139))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([e179ddc](https://github.com/unjs/hookable/commit/e179ddc))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](https://github.com/pi0))
20+
521
## v6.1.0
622

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

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.1.0",
3+
"version": "6.1.1",
44
"description": "Awaitable hook system",
55
"keywords": [
66
"hook",

0 commit comments

Comments
 (0)