From d59607ce7523242686ce6632dd2bdae2d5dcc95b Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Fri, 9 Sep 2022 03:14:33 +0900 Subject: [PATCH] 3.3.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd1d0ad..2036d3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v3.3.3 - 2022-09-08 + ### Fixed - Prebundle PostCSS plugins for `minifyCSS` option, to fix incompatibility with ESM ([#314](https://github.com/marp-team/marp-core/issues/314), [#315](https://github.com/marp-team/marp-core/pull/315)) diff --git a/package.json b/package.json index ff7c2fed..d86be64a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-core", - "version": "3.3.2", + "version": "3.3.3", "description": "The core of Marp tools", "license": "MIT", "author": {