diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b6c4ff..57316975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index c0612034..c3ccc233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "san-ssr", - "version": "5.3.1", + "version": "5.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "san-ssr", - "version": "5.3.1", + "version": "5.4.0", "license": "MIT", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.16.7", diff --git a/package.json b/package.json index c5dd3c96..b0f4eb50 100644 --- a/package.json +++ b/package.json @@ -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",