From 2f4600bead0b531bf01005f17e4c1035d16c0681 Mon Sep 17 00:00:00 2001 From: Innei Date: Sun, 23 Mar 2025 19:40:11 +0800 Subject: [PATCH] release: v8.0.3 --- apps/core/CHANGELOG.md | 13 +++++++++++++ apps/core/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/apps/core/CHANGELOG.md b/apps/core/CHANGELOG.md index c2cc205b..f5c91492 100644 --- a/apps/core/CHANGELOG.md +++ b/apps/core/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## [8.0.3](https://github.com/mx-space/core/compare/v8.0.2...v8.0.3) (2025-03-23) + + +### Bug Fixes + +* ai summary prompt ([5b9952c](https://github.com/mx-space/core/commit/5b9952c18ab45b949bc86067ed05406109dedab2)) +* **deps:** update dependency @langchain/openai to v0.4.5 ([#2395](https://github.com/mx-space/core/issues/2395)) ([fc028a4](https://github.com/mx-space/core/commit/fc028a4989620e9e15950c35d54dd43b2ad1d069)) +* **deps:** update dependency axios to v1.8.4 ([#2399](https://github.com/mx-space/core/issues/2399)) ([ad41ec4](https://github.com/mx-space/core/commit/ad41ec42bf740d54291b3e01d07b6f5f2d7322b6)) +* **deps:** update dependency openai to v4.87.4 ([#2396](https://github.com/mx-space/core/issues/2396)) ([f6d7f0b](https://github.com/mx-space/core/commit/f6d7f0b6d83340a7264ba85f10f72ff8886ed0f4)) +* **deps:** update nest monorepo to v11.0.12 ([#2397](https://github.com/mx-space/core/issues/2397)) ([511587a](https://github.com/mx-space/core/commit/511587a617aad507e3965619c8c60a310f042184)) + + + ## [8.0.2](https://github.com/mx-space/core/compare/v8.0.1...v8.0.2) (2025-03-17) diff --git a/apps/core/package.json b/apps/core/package.json index 89e79f63..fa37af1b 100644 --- a/apps/core/package.json +++ b/apps/core/package.json @@ -1,6 +1,6 @@ { "name": "@mx-space/core", - "version": "8.0.2", + "version": "8.0.3", "private": true, "license": "AGPLv3", "homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme",