diff --git a/CHANGELOG.md b/CHANGELOG.md index 1774152..15d0b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,28 @@ 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.1.7](https://github.com/bangbang93/freyja/compare/v1.1.6...v1.1.7) + +- build(deps): bump micromatch from 4.0.5 to 4.0.8 [`#254`](https://github.com/bangbang93/freyja/pull/254) +- build(deps): bump braces from 3.0.2 to 3.0.3 [`#253`](https://github.com/bangbang93/freyja/pull/253) +- build(deps): bump tar from 6.1.12 to 6.2.1 [`#252`](https://github.com/bangbang93/freyja/pull/252) +- build(deps-dev): bump vite from 4.5.2 to 4.5.3 [`#251`](https://github.com/bangbang93/freyja/pull/251) +- build(deps): bump express from 4.18.2 to 4.19.2 [`#250`](https://github.com/bangbang93/freyja/pull/250) +- build(deps-dev): bump ip from 1.1.8 to 1.1.9 [`#249`](https://github.com/bangbang93/freyja/pull/249) +- build(deps): bump nodemailer from 6.8.0 to 6.9.9 [`#248`](https://github.com/bangbang93/freyja/pull/248) +- build(deps-dev): bump vite from 4.5.1 to 4.5.2 [`#247`](https://github.com/bangbang93/freyja/pull/247) +- chore: upgrade mongoose and mongoose-typescript [`4184948`](https://github.com/bangbang93/freyja/commit/41849488767c0db2e4c12fd292c2d4e83a3cadf1) +- chore(deps): upgrade express [`b4d6cd7`](https://github.com/bangbang93/freyja/commit/b4d6cd7ff638b44bdcd964cc8c76c5c9596e08df) +- chore(deps): remove gogocode-cli [`c8c059d`](https://github.com/bangbang93/freyja/commit/c8c059dd3834521d2e047fb1afebafe65d495f22) + #### [v1.1.6](https://github.com/bangbang93/freyja/compare/v1.1.5...v1.1.6) +> 4 January 2024 + - build(deps-dev): bump vite from 4.5.0 to 4.5.1 [`#246`](https://github.com/bangbang93/freyja/pull/246) - fix: 修正总计安装了68个tslib [`67c1fa9`](https://github.com/bangbang93/freyja/commit/67c1fa986a6e458dca223208940ff6c5745dc7a0) +- Release 1.1.6 [`1807d8b`](https://github.com/bangbang93/freyja/commit/1807d8be568f43f7550e91bfaa9e9305864dab8c) - fix: 修正编辑时文章没有加载 [`461c6f0`](https://github.com/bangbang93/freyja/commit/461c6f0e884213e13bfb39916fd0d7e7ffd82688) -- fix: 修正文章编辑时没有保存category和title [`e47010d`](https://github.com/bangbang93/freyja/commit/e47010da8af0178517b05a3630c4c588c6d4f31c) #### [v1.1.5](https://github.com/bangbang93/freyja/compare/v1.1.4...v1.1.5) diff --git a/package-lock.json b/package-lock.json index bc245f5..75d3e9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freyja", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freyja", - "version": "1.1.6", + "version": "1.1.7", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index d6ef5bf..127b9bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freyja", - "version": "1.1.6", + "version": "1.1.7", "private": true, "engines": { "node": ">=16.0.0 <21.0.0"