diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0424c..100241b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v5.5.2 [compare changes](https://github.com/unjs/hookable/compare/v5.5.1...v5.5.2) diff --git a/package.json b/package.json index d8d3359..d20ad89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hookable", - "version": "5.5.2", + "version": "5.5.3", "description": "Awaitable hook system", "keywords": [ "hook", @@ -46,4 +46,4 @@ "vitest": "^0.29.8" }, "packageManager": "pnpm@8.0.0" -} +} \ No newline at end of file