Skip to content

Commit 991cb0a

Browse files
committed
release: v8.3.0
1 parent 574f02b commit 991cb0a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

apps/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
# [8.3.0](https://github.com/mx-space/core/compare/v8.2.0...v8.3.0) (2025-05-06)
4+
5+
6+
### Features
7+
8+
* **ai:** add deep reading model and controller method ([8a5048f](https://github.com/mx-space/core/commit/8a5048f06797e6aebfada3c9e8d592a86051aedd))
9+
* **ai:** introduce deep reading functionality and refactor AI module ([c385c58](https://github.com/mx-space/core/commit/c385c5894357bde8ee1083526ef74dacdb4eb811))
10+
* **ci:** add custom action for MongoDB and Redis setup ([c657e9a](https://github.com/mx-space/core/commit/c657e9a80aa8eb49b54482c82ff70a869385386a))
11+
* **ci:** add custom Node.js and pnpm setup action ([5077535](https://github.com/mx-space/core/commit/5077535eda3b832757e25c5c66e9b6dde09541c3))
12+
13+
14+
315
# [8.2.0](https://github.com/mx-space/core/compare/v8.1.2...v8.2.0) (2025-05-05)
416

517

apps/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mx-space/core",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"private": true,
55
"license": "AGPLv3",
66
"homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme",
@@ -166,4 +166,4 @@
166166
"vite-tsconfig-paths": "catalog:",
167167
"vitest": "catalog:"
168168
}
169-
}
169+
}

0 commit comments

Comments
 (0)