From fceeb16161c001d44fa3db8033a6b8dd0daf81ec Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 24 Jan 2022 17:48:51 +0800 Subject: [PATCH] release v0.3.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a010cb..52d9276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.3.2](https://github.com/unjs/unplugin/compare/v0.3.1...v0.3.2) (2022-01-24) + + +### Features + +* **esbuild:** add css preprocessor support ([#50](https://github.com/unjs/unplugin/issues/50)) ([43cfaf5](https://github.com/unjs/unplugin/commit/43cfaf506fdf2cbff679ed1f6c85dc68e511840d)) + + + ## [0.3.1](https://github.com/unjs/unplugin/compare/v0.3.0...v0.3.1) (2022-01-21) diff --git a/package.json b/package.json index 4265f0b..efc1474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin", - "version": "0.3.1", + "version": "0.3.2", "description": "Unified plugin system for build tools", "repository": "unjs/unplugin", "license": "MIT",