Skip to content

Commit

Permalink
chore(release): v5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 30, 2023
1 parent 8b5765f commit ddc01ba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## v5.5.3

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


### 🩹 Fixes

- Clone hook arrays before calling ([#79](https://github.com/unjs/hookable/pull/79))

### 🏡 Chore

- Update deps ([8b5765f](https://github.com/unjs/hookable/commit/8b5765f))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <[email protected]>

## v5.5.2

[compare changes](https://github.com/unjs/hookable/compare/v5.5.1...v5.5.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookable",
"version": "5.5.2",
"version": "5.5.3",
"description": "Awaitable hook system",
"keywords": [
"hook",
Expand Down Expand Up @@ -46,4 +46,4 @@
"vitest": "^0.29.8"
},
"packageManager": "[email protected]"
}
}

0 comments on commit ddc01ba

Please sign in to comment.