diff --git a/CHANGELOG.md b/CHANGELOG.md index a896a141..c610878a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### Bug Fixes + +- Update dependency mongoose-lean-getters to v0.3.4 +- Update dependency linkedom to v0.14.12 +- Remove serverless fn comment and close #585 + +### Miscellaneous Tasks + +- Update dependency mongodb-memory-server to v8.7.0 +- Update dependency @types/jest to v28.1.3 + +### Refactor + +- Global prefix routes ([#583](https://github.com/orhun/git-cliff/issues/583)) + +### Ci + +- Checkout depth + +## [3.31.0] - 2022-06-19 + ### Features - Support json5 for snippet @@ -13,6 +34,10 @@ All notable changes to this project will be documented in this file. - Add comment for fixme - Add changelog gerenate +### Release + +- V3.31.0 + ## [3.31.0-alpha.1] - 2022-06-18 ### Bug Fixes diff --git a/package.json b/package.json index e451214c..e41e8dba 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@mx-space/core", - "version": "3.31.0", + "version": "3.31.1", "author": "Innei ", "private": true, "license": "AGPLv3", "dashboard": { "repo": "mx-space/mx-admin", - "version": "3.19.6" + "version": "3.19.7" }, "husky": { "hooks": {