From 630e5753af2cf3b0817cfb88abd706abdcb8b228 Mon Sep 17 00:00:00 2001 From: Innei Date: Wed, 20 Jul 2022 22:58:22 +0800 Subject: [PATCH] release: v3.35.5 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73501951..60f70ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- File is not exist and throw +- Update nest monorepo to v9.0.4 (patch) ([#639](https://github.com/orhun/git-cliff/issues/639)) +- Update dependency @fastify/cookie to v7.2.0 ([#560](https://github.com/orhun/git-cliff/issues/560)) +- Update dependency @babel/core to v7.18.9 ([#638](https://github.com/orhun/git-cliff/issues/638)) +- Update dependency mongoose to v6.4.5 +- Update dependency dayjs to v1.11.4 +- Update dependency algoliasearch to v4.14.0 ([#640](https://github.com/orhun/git-cliff/issues/640)) +- Update nest monorepo to v9.0.5 + +### Features + +- Comment whispers ([#643](https://github.com/orhun/git-cliff/issues/643)) + +### Miscellaneous Tasks + +- Update dependency ioredis to v5.2.1 +- Update dependency ts-jest to v28.0.7 + +## [3.35.4] - 2022-07-16 + +### Bug Fixes + - Update dependency @nestjs/swagger to v6.0.4 - Flat lookup `$category` @@ -15,6 +37,10 @@ All notable changes to this project will be documented in this file. - Update dependency ts-node to v10.9.1 ([#632](https://github.com/orhun/git-cliff/issues/632)) - Update dependency @types/jest to v28.1.6 +### Release + +- V3.35.4 + ## [3.35.3] - 2022-07-14 ### Release diff --git a/package.json b/package.json index 3074560b..1c30c70d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mx-space/core", - "version": "3.35.4", + "version": "3.35.5", "author": "Innei ", "private": true, "license": "AGPLv3",