From dfe0bb31674ed333e1e961ad096fc3cab4835d17 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Aug 2021 14:03:17 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.3.2](https://github.com/searchfe/san-ssr-plugin/compare/v1.3.1...v1.3.2) (2021-08-16) ### Bug Fixes * 使用 template store 获取 key,解决组件中没有 style 不会进行编译的问题 ([bbae0c4](https://github.com/searchfe/san-ssr-plugin/commit/bbae0c4641ab5982b3b678ae222bdbfe95f90bf4)) * 将 store 与 compilation 进行绑定 ([e3ec2c9](https://github.com/searchfe/san-ssr-plugin/commit/e3ec2c99ffa5e5fef64a8c7610a6c1657999741b)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8e5ea..47e2c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.2](https://github.com/searchfe/san-ssr-plugin/compare/v1.3.1...v1.3.2) (2021-08-16) + + +### Bug Fixes + +* 使用 template store 获取 key,解决组件中没有 style 不会进行编译的问题 ([bbae0c4](https://github.com/searchfe/san-ssr-plugin/commit/bbae0c4641ab5982b3b678ae222bdbfe95f90bf4)) +* 将 store 与 compilation 进行绑定 ([e3ec2c9](https://github.com/searchfe/san-ssr-plugin/commit/e3ec2c99ffa5e5fef64a8c7610a6c1657999741b)) + ## [1.3.1](https://github.com/searchfe/san-ssr-plugin/compare/v1.3.0...v1.3.1) (2021-08-16) diff --git a/package.json b/package.json index f65b705..9f92084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-ssr-plugin", - "version": "1.3.1", + "version": "1.3.2", "description": "", "main": "dist/plugin.js", "scripts": {