From 4c148186e6dec0b964a9a15db2348cda00f0bfa8 Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 18 Mar 2024 22:00:54 +0800 Subject: [PATCH] release: v5.3.0 --- apps/core/CHANGELOG.md | 16 ++++++++++++++++ apps/core/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/apps/core/CHANGELOG.md b/apps/core/CHANGELOG.md index 0d2a32d5..e33d5d6c 100644 --- a/apps/core/CHANGELOG.md +++ b/apps/core/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +# [5.3.0](https://github.com/mx-space/core/compare/v5.2.2...v5.3.0) (2024-03-18) + + +### Bug Fixes + +* **deps:** update dependency inquirer to v9.2.16 ([fe4fbd7](https://github.com/mx-space/core/commit/fe4fbd7022bab8c77d5a578647205956c2194d78)) +* **deps:** update dependency linkedom to v0.16.10 ([50a9ca1](https://github.com/mx-space/core/commit/50a9ca1f0a902d4a88273a81d8be3f58afe56292)) +* **deps:** update dependency mongoose to v8.2.2 ([6795295](https://github.com/mx-space/core/commit/6795295fec14522589dcc2154d6be6fd2bae4fa1)) + + +### Features + +* ws type read cunt ([310480f](https://github.com/mx-space/core/commit/310480f7b48d6460728a12a847575edd350c10c5)) + + + ## [5.2.2](https://github.com/mx-space/core/compare/v5.2.1...v5.2.2) (2024-03-14) diff --git a/apps/core/package.json b/apps/core/package.json index 471d75bc..983767b6 100644 --- a/apps/core/package.json +++ b/apps/core/package.json @@ -1,6 +1,6 @@ { "name": "@mx-space/core", - "version": "5.2.2", + "version": "5.3.0", "author": "Innei ", "private": true, "license": "AGPLv3",