From 17f3febb5c90e1607865ceeae2c1ad352561247b Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 5 May 2025 21:18:58 +0800 Subject: [PATCH] release: v8.2.0 --- apps/core/CHANGELOG.md | 15 +++++++++++++++ apps/core/package.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/apps/core/CHANGELOG.md b/apps/core/CHANGELOG.md index 7c0ff7d2..bbce1fb3 100644 --- a/apps/core/CHANGELOG.md +++ b/apps/core/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +# [8.2.0](https://github.com/mx-space/core/compare/v8.1.2...v8.2.0) (2025-05-05) + + +### Bug Fixes + +* **comment:** refine AI evaluation method and update comment options ([f855521](https://github.com/mx-space/core/commit/f8555216b6bc2260b913328821511e0688fbede3)) + + +### Features + +* implement AI-based comment evaluation in CommentService ([d2956f3](https://github.com/mx-space/core/commit/d2956f33981ca58659f153393c1b304548233b31)) +* update ai integration ([#2422](https://github.com/mx-space/core/issues/2422)) ([46704d2](https://github.com/mx-space/core/commit/46704d24986181009271c8fda5fb93e4b21ac01c)) + + + ## [8.1.2](https://github.com/mx-space/core/compare/v8.1.1...v8.1.2) (2025-05-05) diff --git a/apps/core/package.json b/apps/core/package.json index d45aba6d..231d6555 100644 --- a/apps/core/package.json +++ b/apps/core/package.json @@ -1,6 +1,6 @@ { "name": "@mx-space/core", - "version": "8.1.2", + "version": "8.2.0", "private": true, "license": "AGPLv3", "homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme", @@ -169,4 +169,4 @@ "vitest": "catalog:", "zx": "catalog:" } -} \ No newline at end of file +}