From 267833094c19bdbe812eea400d2a3ed6d46adabf Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 29 Aug 2022 22:21:54 +0800 Subject: [PATCH] release: v3.36.3 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b75c35..a14388e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- Catch system uncaught exception +- Update dependency vm2 to v3.9.11 +- Update dependency snakecase-keys to v5.4.3 +- Update dependency @fastify/cookie to v8.1.0 ([#715](https://github.com/orhun/git-cliff/issues/715)) + +### Miscellaneous Tasks + +- Update dependency @types/validator to v13.7.6 +- Update supercharge/mongodb-github-action action to v1.8.0 ([#711](https://github.com/orhun/git-cliff/issues/711)) + +## [3.36.2] - 2022-08-27 + +### Bug Fixes + - Update dependency @fastify/cookie to v8 ([#683](https://github.com/orhun/git-cliff/issues/683)) - Update dependency @types/jsonwebtoken to v8.5.9 - Update dependency mongoose to v6.5.3 @@ -38,6 +52,10 @@ All notable changes to this project will be documented in this file. - Remove pino - Remove request@2 +### Release + +- V3.36.2 + ## [3.36.1] - 2022-08-24 ### Bug Fixes diff --git a/package.json b/package.json index da09a093..80f5c846 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@mx-space/core", - "version": "3.36.2", + "version": "3.36.3", "author": "Innei ", "private": true, "license": "AGPLv3", "dashboard": { "repo": "mx-space/mx-admin", - "version": "3.23.2" + "version": "3.23.4" }, "husky": { "hooks": {