Skip to content

Commit

Permalink
chore(release): 5.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.4.0](v5.3.1...v5.4.0) (2022-05-09)

### Features

* add cache to getRenderer and getChildComponentClass ([bf091b4](bf091b4))
* remove map filter reduce foreach in runtime ([a757013](a757013))
  • Loading branch information
semantic-release-bot committed May 9, 2022
1 parent bf091b4 commit a547f88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [5.4.0](https://github.com/baidu/san-ssr/compare/v5.3.1...v5.4.0) (2022-05-09)


### Features

* add cache to getRenderer and getChildComponentClass ([bf091b4](https://github.com/baidu/san-ssr/commit/bf091b4654615139c5c384aad9d0a359e6fa54a2))
* remove map filter reduce foreach in runtime ([a757013](https://github.com/baidu/san-ssr/commit/a757013a055d2fd09a5c05e7c0a0cc422b1406f7))

## [5.3.1](https://github.com/baidu/san-ssr/compare/v5.3.0...v5.3.1) (2022-05-09)


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

0 comments on commit a547f88

Please sign in to comment.