From 43ddefed4fe4480f16a0ce05b80ad10845805160 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 22 Sep 2021 03:51:03 +0800 Subject: [PATCH] chore(release): 0.2.13 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c584210..b7d4fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.13](https://github.com/unjs/unplugin/compare/v0.2.12...v0.2.13) (2021-09-21) + ### [0.2.12](https://github.com/unjs/unplugin/compare/v0.2.11...v0.2.12) (2021-09-21) diff --git a/package.json b/package.json index ea5ef2c..071ef1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin", - "version": "0.2.12", + "version": "0.2.13", "description": "Unified plugin system for build tools", "repository": "unjs/unplugin", "license": "MIT",