From 80e68ee96d1eeefdc5afc6681f625fe129b32a87 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 16 Sep 2021 19:26:08 +0800 Subject: [PATCH] chore(release): 0.2.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a4005..19ee6cc 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.11](https://github.com/unjs/unplugin/compare/v0.2.10...v0.2.11) (2021-09-16) + + +### Bug Fixes + +* revert sourcemp handling for webpack and improve tests ([b57cf3f](https://github.com/unjs/unplugin/commit/b57cf3f2f0119e889570b5bf724c255e1385035d)) + ### [0.2.10](https://github.com/unjs/unplugin/compare/v0.2.9...v0.2.10) (2021-09-16) diff --git a/package.json b/package.json index c692fb0..741588f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin", - "version": "0.2.10", + "version": "0.2.11", "description": "Unified plugin system for build tools", "repository": "unjs/unplugin", "license": "MIT",