chore(release): 0.2.18

This commit is contained in:
Anthony Fu 2021-10-25 21:33:40 +08:00
parent 7436066af6
commit 176493c967
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

@ -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",