Skip to content

Commit

Permalink
chore(release): 5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.2.0](v5.1.0...v5.2.0) (2022-04-18)

### Bug Fixes

* revert "computed 应该在 inited 之前调用" [#144](#144) ([2b80c02](2b80c02))
* 根组件有 if 指令时,没有输出数据 [#146](#146) ([30b7f1c](30b7f1c))

### Features

* support [] while calling data methods ([30fd0dd](30fd0dd)), closes [#145](#145)
  • Loading branch information
semantic-release-bot committed Apr 18, 2022
1 parent 1071547 commit e729de4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.2.0](https://github.com/baidu/san-ssr/compare/v5.1.0...v5.2.0) (2022-04-18)


### Bug Fixes

* revert "computed 应该在 inited 之前调用" [#144](https://github.com/baidu/san-ssr/issues/144) ([2b80c02](https://github.com/baidu/san-ssr/commit/2b80c0257bbf46d19e3ebfba4faa950e2c4dc2ec))
* 根组件有 if 指令时,没有输出数据 [#146](https://github.com/baidu/san-ssr/issues/146) ([30b7f1c](https://github.com/baidu/san-ssr/commit/30b7f1cc45bb848979524f3d48139d6b69b2bc46))


### Features

* support [] while calling data methods ([30fd0dd](https://github.com/baidu/san-ssr/commit/30fd0dd650a519cdc0d072870c95314741b8fef1)), closes [#145](https://github.com/baidu/san-ssr/issues/145)

# [5.1.0](https://github.com/baidu/san-ssr/compare/v5.0.4...v5.1.0) (2022-04-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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",
"version": "5.1.0",
"version": "5.2.0",
"description": "San server-side-render framework and utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e729de4

Please sign in to comment.