diff --git a/apps/core/CHANGELOG.md b/apps/core/CHANGELOG.md index b28968bf..c2cc205b 100644 --- a/apps/core/CHANGELOG.md +++ b/apps/core/CHANGELOG.md @@ -1,5 +1,19 @@ # 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) diff --git a/apps/core/package.json b/apps/core/package.json index 3e8e5beb..c79d0a41 100644 --- a/apps/core/package.json +++ b/apps/core/package.json @@ -1,6 +1,6 @@ { "name": "@mx-space/core", - "version": "8.0.1", + "version": "8.0.2", "private": true, "license": "AGPLv3", "homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme", @@ -169,4 +169,4 @@ "vitest": "1.5.2", "zx": "7.2.3" } -} \ No newline at end of file +}