Skip to content

Commit

Permalink
chore(release): v5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 26, 2023
1 parent 9443040 commit aff2fa5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.2

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


### 📖 Documentation

- Add `removeAllHooks` and fix typos ([#72](https://github.com/unjs/hookable/pull/72))

### 🌊 Types

- Work with strict config ([#63](https://github.com/unjs/hookable/pull/63))

### 🏡 Chore

- **lint:** Run lint:fix to fix formatting ([#77](https://github.com/unjs/hookable/pull/77))
- Update dependencies ([9443040](https://github.com/unjs/hookable/commit/9443040))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Rafał Chłodnicki ([@rchl](http://github.com/rchl))
- Vinccool96 <[email protected]>
- Nozomu Ikuta

## v5.5.1

[compare changes](https://github.com/unjs/hookable/compare/v5.5.0...v5.5.1)
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.1",
"version": "5.5.2",
"description": "Awaitable hook system",
"keywords": [
"hook",
Expand Down

0 comments on commit aff2fa5

Please sign in to comment.