From 8c44b0b8ede6908028a697454a2c8dbe534e58e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Apr 2022 05:33:01 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/searchfe/san-ssr-plugin/compare/v1.4.4...v1.5.0) (2022-04-06) ### Bug Fixes * add ut for named module on style tag ([8bad397](https://github.com/searchfe/san-ssr-plugin/commit/8bad397c891e4ddf0016d1ea7fe18383c52e8439)) ### Features * split name module style block ([da0a0aa](https://github.com/searchfe/san-ssr-plugin/commit/da0a0aa6a0d52fc0b9032f5719d489fe372cc074)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e4eba..59e3ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.5.0](https://github.com/searchfe/san-ssr-plugin/compare/v1.4.4...v1.5.0) (2022-04-06) + + +### Bug Fixes + +* add ut for named module on style tag ([8bad397](https://github.com/searchfe/san-ssr-plugin/commit/8bad397c891e4ddf0016d1ea7fe18383c52e8439)) + + +### Features + +* split name module style block ([da0a0aa](https://github.com/searchfe/san-ssr-plugin/commit/da0a0aa6a0d52fc0b9032f5719d489fe372cc074)) + ## [1.4.4](https://github.com/searchfe/san-ssr-plugin/compare/v1.4.3...v1.4.4) (2022-01-25) diff --git a/package.json b/package.json index 7c2a111..2f5d05e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-ssr-plugin", - "version": "1.4.4", + "version": "1.5.0", "description": "", "main": "dist/plugin.js", "scripts": {