diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bc4fd1..6e136c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,34 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- Create `package.json` +- Update dependency @typegoose/auto-increment to v1.4.1 ([#606](https://github.com/orhun/git-cliff/issues/606)) +- Update dependency mongoose-paginate-v2 to v1.7.0 ([#607](https://github.com/orhun/git-cliff/issues/607)) +- Update dependency axios-retry to v3.3.1 ([#597](https://github.com/orhun/git-cliff/issues/597)) +- Make jest happy +- Update dependency nodemailer to v6.7.7 + +### Features + +- Support upgrage admin dashboard ([#612](https://github.com/orhun/git-cliff/issues/612)) + +### Miscellaneous Tasks + +- Update mongoose +- Remove debug + +### Refactor + +- Remove cron clsuter compatibility hack ([#610](https://github.com/orhun/git-cliff/issues/610)) + +### Ci + +- Add timeout + +## [3.34.0] - 2022-07-04 + +### Bug Fixes + - Record error log throwed in serverless fn - Replace directly access code define file @@ -24,6 +52,10 @@ All notable changes to this project will be documented in this file. - Extract dependency module +### Release + +- V3.34.0 + ## [3.33.1] - 2022-07-02 ### Bug Fixes diff --git a/package.json b/package.json index 3dc5e9c0..e8debf1d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@mx-space/core", - "version": "3.34.0", + "version": "3.35.0", "author": "Innei ", "private": true, "license": "AGPLv3", "dashboard": { "repo": "mx-space/mx-admin", - "version": "3.21.0" + "version": "3.22.0" }, "husky": { "hooks": {