release: v8.0.2

This commit is contained in:
Innei
2025-03-18 00:04:51 +08:00
parent 3e71774e90
commit 84286ff62c
2 changed files with 16 additions and 2 deletions

View File

@@ -1,5 +1,19 @@
# CHANGELOG # CHANGELOG
## [8.0.2](https://github.com/mx-space/core/compare/v8.0.1...v8.0.2) (2025-03-17)
### Bug Fixes
* cravatar frontend cannot be displayed ([#2385](https://github.com/mx-space/core/issues/2385)) ([490320e](https://github.com/mx-space/core/commit/490320ee4f0cdf958335c8c805796f641a7e41ae))
### Features
* 添加推送到Bing支持 ([#2379](https://github.com/mx-space/core/issues/2379)) ([400d217](https://github.com/mx-space/core/commit/400d217aac2872f75ee84bf83f4c2988801b9c7f))
## [8.0.1](https://github.com/mx-space/core/compare/v8.0.0...v8.0.1) (2025-02-19) ## [8.0.1](https://github.com/mx-space/core/compare/v8.0.0...v8.0.1) (2025-02-19)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mx-space/core", "name": "@mx-space/core",
"version": "8.0.1", "version": "8.0.2",
"private": true, "private": true,
"license": "AGPLv3", "license": "AGPLv3",
"homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme", "homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme",
@@ -169,4 +169,4 @@
"vitest": "1.5.2", "vitest": "1.5.2",
"zx": "7.2.3" "zx": "7.2.3"
} }
} }