From 4627e8ae7cbe0c3123b3009f0835b4240db34ec2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Dec 2021 04:33:31 +0000 Subject: [PATCH] chore(release): 1.4.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.4.2](https://github.com/searchfe/san-ssr-plugin/compare/v1.4.1...v1.4.2) (2021-12-23) ### Bug Fixes * css 与 less 等规则没有写在一起时,只会给 css 规则增加 loader ([621490a](https://github.com/searchfe/san-ssr-plugin/commit/621490a6a423f721f7341861186fa3171a8a3230)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d894e..535ddc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2](https://github.com/searchfe/san-ssr-plugin/compare/v1.4.1...v1.4.2) (2021-12-23) + + +### Bug Fixes + +* css 与 less 等规则没有写在一起时,只会给 css 规则增加 loader ([621490a](https://github.com/searchfe/san-ssr-plugin/commit/621490a6a423f721f7341861186fa3171a8a3230)) + ## [1.4.1](https://github.com/searchfe/san-ssr-plugin/compare/v1.4.0...v1.4.1) (2021-09-10) diff --git a/package.json b/package.json index fafda0d..0a2219d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-ssr-plugin", - "version": "1.4.1", + "version": "1.4.2", "description": "", "main": "dist/plugin.js", "scripts": {