Skip to content

Commit bf49873

Browse files
committed
release: v8.3.1
1 parent 40deef5 commit bf49873

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

apps/core/CHANGELOG.md

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

3+
## [8.3.1](https://github.com/mx-space/core/compare/v8.3.0...v8.3.1) (2025-05-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **ai:** ensure proper task cleanup in AiDeepReadingService ([f7cd8c7](https://github.com/mx-space/core/commit/f7cd8c7035b00ab0fc338c3f8f7947dccb1ff6bd))
9+
* bundle ([7e616ee](https://github.com/mx-space/core/commit/7e616eeb8873587a76235f254d6b9b998268bac9))
10+
* **deps:** complie `@antfu/install-pkg` ([89013ed](https://github.com/mx-space/core/commit/89013ed3482c7e8f0faabcfe61cccbf856b77bab))
11+
* **markdown:** refine tokenizer and code handling in markdown utility ([e80b776](https://github.com/mx-space/core/commit/e80b77662b3ecf7b7b5e75bbb7566612781920c7))
12+
* **tinyexec:** replace require statements to support cjs ([75e153c](https://github.com/mx-space/core/commit/75e153c3556e2815f241fa11b1eeba73e5cf7c4b))
13+
14+
15+
### Features
16+
17+
* **ai:** enhance OpenAI configuration with additional headers ([9b46a60](https://github.com/mx-space/core/commit/9b46a6075048ec870edc814ee159c9847b1d1b11))
18+
* **s3:** implement S3Uploader for file uploads ([c527591](https://github.com/mx-space/core/commit/c52759181ba04d0286d4dbbc6d67f12953865ded))
19+
20+
21+
### Reverts
22+
23+
* Revert "chore(deps): update TypeScript and related dependencies" ([3a8d1ed](https://github.com/mx-space/core/commit/3a8d1ede77d85e36fcd459efac461509c57f5c42))
24+
25+
26+
327
# [8.3.0](https://github.com/mx-space/core/compare/v8.2.0...v8.3.0) (2025-05-06)
428

529

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.3.0",
3+
"version": "8.3.1",
44
"private": true,
55
"license": "AGPLv3",
66
"homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme",
@@ -167,4 +167,4 @@
167167
"vite-tsconfig-paths": "5.1.4",
168168
"vitest": "1.5.2"
169169
}
170-
}
170+
}

0 commit comments

Comments
 (0)