diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfe3e79..a963feb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,20 @@ 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.0](https://github.com/bangbang93/freyja/compare/v0.1.4...v1.0.0) + +- Feature/admin vite [`#245`](https://github.com/bangbang93/freyja/pull/245) +- refactor: 移动server并且拆分依赖 [`766664b`](https://github.com/bangbang93/freyja/commit/766664b9d2d61ef672af4617d79d05fbb9c55a06) +- refactor: vike干活了 [`b8bb175`](https://github.com/bangbang93/freyja/commit/b8bb1752eb9ae75b7d5208ce88b36a1cd514fd22) +- refactor: admin应该能用了 [`6ffdbab`](https://github.com/bangbang93/freyja/commit/6ffdbab8e75e59c1d7c65560c71e6a6059726bb6) + #### [v0.1.4](https://github.com/bangbang93/freyja/compare/v0.1.3...v0.1.4) +> 23 October 2023 + +- Release 0.1.4 [`e74a1f8`](https://github.com/bangbang93/freyja/commit/e74a1f88511d3dbb01a631f5a17a7c5e210803fe) - chore: 升级runner环境 [`42c5df7`](https://github.com/bangbang93/freyja/commit/42c5df77036aa5a58321dd7cd05da2fb38bcf086) - chore: 升级runner环境 [`32628d1`](https://github.com/bangbang93/freyja/commit/32628d1fba635099c8fd9d4d148dcc435531cf76) -- fix: 友链页面 [`4346b41`](https://github.com/bangbang93/freyja/commit/4346b41dfc24ec663affa70cbc5bc86be2327b5c) #### [v0.1.3](https://github.com/bangbang93/freyja/compare/v0.1.2...v0.1.3) diff --git a/package-lock.json b/package-lock.json index 21c65aa0..e802eae6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freyja", - "version": "0.1.4", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freyja", - "version": "0.1.4", + "version": "1.0.0", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index c62e98ba..ea86acc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freyja", - "version": "0.1.4", + "version": "1.0.0", "private": true, "engines": { "node": ">=16.0.0 <21.0.0"