Skip to content

Commit

Permalink
chore(release): 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2021-08-16)

### Bug Fixes

* 使用 template store 获取 key,解决组件中没有 style 不会进行编译的问题 ([bbae0c4](bbae0c4))
* 将 store 与 compilation 进行绑定 ([e3ec2c9](e3ec2c9))
  • Loading branch information
semantic-release-bot committed Aug 16, 2021
1 parent bbae0c4 commit dfe0bb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "san-ssr-plugin",
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"main": "dist/plugin.js",
"scripts": {
Expand Down

0 comments on commit dfe0bb3

Please sign in to comment.