From 176493c967c20370bc50779c5beb8383a41b8a7c Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 25 Oct 2021 21:33:40 +0800 Subject: [PATCH] chore(release): 0.2.18 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",