From 3f3b25cf6b687eec6d2d7399e901ec5914c0cfea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Aug 2021 09:26:04 +0000 Subject: [PATCH] chore(release): 1.3.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.3.3](https://github.com/searchfe/san-ssr-plugin/compare/v1.3.2...v1.3.3) (2021-08-26) ### Bug Fixes * 与 MiniCssExtractPlugin 一起使用时,会多次编译/缺少样式 ([f85c40f](https://github.com/searchfe/san-ssr-plugin/commit/f85c40fa51989549a17febedf91e4d9fa41e24d0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e2c0f..4191f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.3](https://github.com/searchfe/san-ssr-plugin/compare/v1.3.2...v1.3.3) (2021-08-26) + + +### Bug Fixes + +* 与 MiniCssExtractPlugin 一起使用时,会多次编译/缺少样式 ([f85c40f](https://github.com/searchfe/san-ssr-plugin/commit/f85c40fa51989549a17febedf91e4d9fa41e24d0)) + ## [1.3.2](https://github.com/searchfe/san-ssr-plugin/compare/v1.3.1...v1.3.2) (2021-08-16) diff --git a/package.json b/package.json index 9f92084..1c49f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-ssr-plugin", - "version": "1.3.2", + "version": "1.3.3", "description": "", "main": "dist/plugin.js", "scripts": {