diff --git a/CHANGELOG.md b/CHANGELOG.md index d930bff7..716e0e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.13.1](https://github.com/baidu/san-ssr/compare/nv3.13.0...nv3.13.1) (2023-05-31) + + +### Bug Fixes + +* renderOnly should backward compatible with old version ([#167](https://github.com/baidu/san-ssr/issues/167)) ([a989bb4](https://github.com/baidu/san-ssr/commit/a989bb4ca4be86bc836227f129ae2e9821257b22)) + # [3.13.0](https://github.com/baidu/san-ssr/compare/nv3.12.0...nv3.13.0) (2023-04-18) diff --git a/package-lock.json b/package-lock.json index dd50b100..9d919618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "san-ssr", - "version": "3.13.0", + "version": "3.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "san-ssr", - "version": "3.13.0", + "version": "3.13.1", "license": "MIT", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.16.7", diff --git a/package.json b/package.json index 28d97ca4..9cec35ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-ssr", - "version": "3.13.0", + "version": "3.13.1", "description": "San server-side-render framework and utils", "main": "dist/index.js", "types": "dist/index.d.ts",