diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ab4f3c..ea45de52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.3](https://github.com/bangbang93/freyja/compare/v1.0.2...v1.0.3) + +- fix: public root计算错误 [`0e53dd7`](https://github.com/bangbang93/freyja/commit/0e53dd79a753f630f84b6dc65a2cdcaa82246dbc) + #### [v1.0.2](https://github.com/bangbang93/freyja/compare/v1.0.1...v1.0.2) +> 27 October 2023 + +- Release 1.0.2 [`2a7ab8f`](https://github.com/bangbang93/freyja/commit/2a7ab8f59a23f02b48117ba3966ef773d89f9ecc) - feat: 覆盖一些rootState,前端不应该访问这些 [`c8b44c0`](https://github.com/bangbang93/freyja/commit/c8b44c060e5db5a4cf937e87d9e8873a6280fada) #### [v1.0.1](https://github.com/bangbang93/freyja/compare/v1.0.0...v1.0.1) diff --git a/package-lock.json b/package-lock.json index 1e7afc40..57d06109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freyja", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freyja", - "version": "1.0.2", + "version": "1.0.3", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index 5246c221..9dc7daf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freyja", - "version": "1.0.2", + "version": "1.0.3", "private": true, "engines": { "node": ">=16.0.0 <21.0.0"