diff --git a/CHANGELOG.md b/CHANGELOG.md index 784dbff6..f4b0cc71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.5.0](https://github.com/unjs/unplugin/compare/v0.4.0...v0.5.0) (2022-03-15) + + +### Features + +* add context functions to more hooks, fix async hooks ([#57](https://github.com/unjs/unplugin/issues/57)) ([3bfd523](https://github.com/unjs/unplugin/commit/3bfd523aee983775287e03a4874f16205573e2ee)) + + + # [0.4.0](https://github.com/unjs/unplugin/compare/v0.3.3...v0.4.0) (2022-03-07) diff --git a/package.json b/package.json index 58efe9fd..60776697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin", - "version": "0.4.0", + "version": "0.5.0", "description": "Unified plugin system for build tools", "repository": "unjs/unplugin", "license": "MIT",