From 87ca86f1dbe17a749e0de65994ba376d42c70860 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Dec 2023 01:31:42 +0000 Subject: [PATCH] Release 3.49.0 [skip ci] ## [3.49.0](https://github.com/cnpm/cnpmcore/compare/v3.48.4...v3.49.0) (2023-12-12) ### Features * use egg-cors@3 ([#620](https://github.com/cnpm/cnpmcore/issues/620)) ([fcca3c3](https://github.com/cnpm/cnpmcore/commit/fcca3c30ce34efe870670659bac7e51993e31b02)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f013ced..439f9209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.49.0](https://github.com/cnpm/cnpmcore/compare/v3.48.4...v3.49.0) (2023-12-12) + + +### Features + +* use egg-cors@3 ([#620](https://github.com/cnpm/cnpmcore/issues/620)) ([fcca3c3](https://github.com/cnpm/cnpmcore/commit/fcca3c30ce34efe870670659bac7e51993e31b02)) + ## [3.48.4](https://github.com/cnpm/cnpmcore/compare/v3.48.3...v3.48.4) (2023-12-07) diff --git a/package.json b/package.json index 104567fd..170bb153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.48.4", + "version": "3.49.0", "description": "npm core", "files": [ "dist/**/*"