Skip to content

Commit 172919a

Browse files
committed
release: v11.5.0
1 parent bc2b543 commit 172919a

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

apps/core/CHANGELOG.md

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

3+
# [11.5.0](https://github.com/mx-space/core/compare/v11.4.8...v11.5.0) (2026-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency nanoid to v5.1.11 ([#2651](https://github.com/mx-space/core/issues/2651)) ([02fd3ec](https://github.com/mx-space/core/commit/02fd3ecf8b924a84660862a6575b182317c21d6e))
9+
10+
11+
### Features
12+
13+
* **comment:** reader image upload, quotas, ttl cleanup, admin mgmt ([bce602f](https://github.com/mx-space/core/commit/bce602fc2b6f9fe78cd13d67410f75e31c196b01))
14+
15+
16+
317
## [11.4.8](https://github.com/mx-space/core/compare/v11.4.7...v11.4.8) (2026-04-30)
418

519

apps/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mx-space/core",
3-
"version": "11.4.8",
3+
"version": "11.5.0",
44
"type": "module",
55
"private": true,
66
"engines": {
@@ -15,7 +15,7 @@
1515
"author": "Innei <https://innei.in>",
1616
"dashboard": {
1717
"repo": "mx-space/mx-admin",
18-
"version": "6.7.4"
18+
"version": "6.8.1"
1919
},
2020
"issues": "https://github.com/mx-space/core/issues",
2121
"scripts": {
@@ -181,4 +181,4 @@
181181
"vite-tsconfig-paths": "6.1.1",
182182
"vitest": "4.1.5"
183183
}
184-
}
184+
}

0 commit comments

Comments
 (0)