From b94c8efd6c2ebf9aced31b13934d66ad44e435a9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Apr 2024 14:24:37 +0000 Subject: [PATCH] Release 3.54.0 [skip ci] ## [3.54.0](https://github.com/cnpm/cnpmcore/compare/v3.53.4...v3.54.0) (2024-04-13) ### Features * use mysql2@^3.9.4 ([#669](https://github.com/cnpm/cnpmcore/issues/669)) ([468f9e4](https://github.com/cnpm/cnpmcore/commit/468f9e4e36717ffb984be38199988beaa5ef4bb4)) ### Bug Fixes * remove unuse mysql2 deps ([#670](https://github.com/cnpm/cnpmcore/issues/670)) ([c71d185](https://github.com/cnpm/cnpmcore/commit/c71d185ee1bb5149fed12701453daf2b4df3420f)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 964c4579..7c233d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.54.0](https://github.com/cnpm/cnpmcore/compare/v3.53.4...v3.54.0) (2024-04-13) + + +### Features + +* use mysql2@^3.9.4 ([#669](https://github.com/cnpm/cnpmcore/issues/669)) ([468f9e4](https://github.com/cnpm/cnpmcore/commit/468f9e4e36717ffb984be38199988beaa5ef4bb4)) + + +### Bug Fixes + +* remove unuse mysql2 deps ([#670](https://github.com/cnpm/cnpmcore/issues/670)) ([c71d185](https://github.com/cnpm/cnpmcore/commit/c71d185ee1bb5149fed12701453daf2b4df3420f)) + ## [3.53.4](https://github.com/cnpm/cnpmcore/compare/v3.53.3...v3.53.4) (2024-03-28) diff --git a/package.json b/package.json index acc1ad44..1ec96e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnpmcore", - "version": "3.53.4", + "version": "3.54.0", "description": "npm core", "files": [ "dist/**/*"