From 064c6eed95cb1940ae2da159b4fc69e22a825a2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Dec 2024 06:49:10 +0000 Subject: [PATCH] Release 6.2.4 [skip ci] ## [6.2.4](https://github.com/eggjs/core/compare/v6.2.3...v6.2.4) (2024-12-20) ### Bug Fixes * separte agent and application start time ([#278](https://github.com/eggjs/core/issues/278)) ([6852046](https://github.com/eggjs/core/commit/685204632a6a8df7a4252faa7dc03041df0274b8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb4e22d..0341aee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.4](https://github.com/eggjs/core/compare/v6.2.3...v6.2.4) (2024-12-20) + + +### Bug Fixes + +* separte agent and application start time ([#278](https://github.com/eggjs/core/issues/278)) ([6852046](https://github.com/eggjs/core/commit/685204632a6a8df7a4252faa7dc03041df0274b8)) + ## [6.2.3](https://github.com/eggjs/core/compare/v6.2.2...v6.2.3) (2024-12-19) diff --git a/package.json b/package.json index 74380ff8..cfc2f282 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/core", - "version": "6.2.3", + "version": "6.2.4", "publishConfig": { "access": "public" },