From 8333bcd6855264ddbacebc0b28aa70e150a713c4 Mon Sep 17 00:00:00 2001 From: Innei Date: Sun, 7 Aug 2022 22:38:17 +0800 Subject: [PATCH] release: v3.35.8 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a18f599..d997b899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,35 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- Update nest monorepo to v9.0.7 +- Update dependency @typegoose/typegoose to v9.11.0 ([#658](https://github.com/orhun/git-cliff/issues/658)) +- Update babel monorepo to v7.18.10 +- Update dependency jszip to v3.10.1 +- Update dependency @typegoose/auto-increment to v1.6.0 ([#660](https://github.com/orhun/git-cliff/issues/660)) +- Update dependency @nestjs/swagger to v6.0.5 +- Update nest monorepo to v9.0.8 +- Update dependency @babel/plugin-transform-typescript to v7.18.12 +- Upgrade mongoose and refactor + +### Features + +- Emit download progress + +### Miscellaneous Tasks + +- Update dependency webpack to v5.74.0 ([#652](https://github.com/orhun/git-cliff/issues/652)) +- Update dependency @types/validator to v13.7.5 +- Update dependency @types/nodemailer to v6.4.5 +- Update dependency tsconfig-paths to v4.1.0 ([#670](https://github.com/orhun/git-cliff/issues/670)) + +### Refactor + +- Change throw error code if not find + +## [3.35.7] - 2022-07-28 + +### Bug Fixes + - Update dependency algoliasearch to v4.14.2 - Update nest monorepo to v9.0.6 (patch) ([#657](https://github.com/orhun/git-cliff/issues/657)) - Update dependency @fastify/cookie to v7.3.1 ([#647](https://github.com/orhun/git-cliff/issues/647)) @@ -15,6 +44,10 @@ All notable changes to this project will be documented in this file. - Scan table cron +### Release + +- V3.35.7 + ## [3.35.6] - 2022-07-27 ### Bug Fixes diff --git a/package.json b/package.json index a0ec71c2..c1dca050 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@mx-space/core", - "version": "3.35.7", + "version": "3.35.8", "author": "Innei ", "private": true, "license": "AGPLv3", "dashboard": { "repo": "mx-space/mx-admin", - "version": "3.22.3" + "version": "3.22.5" }, "husky": { "hooks": {