Skip to content

Commit

Permalink
chore(release): v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 10, 2023
1 parent 88f0e96 commit 2a492ff
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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.1

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


### 🩹 Fixes

- Shift name out of arg array ([#71](https://github.com/unjs/hookable/pull/71))

### 📖 Documentation

- Update badges ([13b0c90](https://github.com/unjs/hookable/commit/13b0c90))

### ❤️ Contributors

- Daniel Roe <[email protected]>
- Sébastien Chopin <[email protected]>

## v5.5.0

[compare changes](https://github.com/unjs/hookable/compare/v5.4.2...v5.5.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookable",
"version": "5.5.0",
"version": "5.5.1",
"description": "Awaitable hook system",
"keywords": [
"hook",
Expand Down

0 comments on commit 2a492ff

Please sign in to comment.