diff --git a/CHANGELOG.md b/CHANGELOG.md index 36742a2..8c3aa08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.2.18](https://github.com/unjs/unplugin/compare/v0.2.17...v0.2.18) (2021-10-25) + + +### Features + +* support buildEnd hook, close [#27](https://github.com/unjs/unplugin/issues/27) ([#34](https://github.com/unjs/unplugin/issues/34)) ([c95f42d](https://github.com/unjs/unplugin/commit/c95f42dfe9996ef89cdbbd020944469e4aeda459)) + ### [0.2.17](https://github.com/unjs/unplugin/compare/v0.2.16...v0.2.17) (2021-10-25) diff --git a/package.json b/package.json index 42c545b..03a9d56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin", - "version": "0.2.17", + "version": "0.2.18", "description": "Unified plugin system for build tools", "repository": "unjs/unplugin", "license": "MIT",