diff --git a/CHANGELOG.md b/CHANGELOG.md index c541583d..dc21fc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.3.0](https://github.com/eggjs/core/compare/v6.2.13...v6.3.0) (2025-01-20) + + +### Features + +* mv Singleton from egg ([#288](https://github.com/eggjs/core/issues/288)) ([b5ebf68](https://github.com/eggjs/core/commit/b5ebf6825199cfcdbd3f502023b35eda260b4262)) + ## [6.2.13](https://github.com/eggjs/core/compare/v6.2.12...v6.2.13) (2025-01-04) diff --git a/package.json b/package.json index 7e830854..4998e0b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/core", - "version": "6.2.13", + "version": "6.3.0", "publishConfig": { "access": "public" },