Skip to content

Commit

Permalink
Release 3.54.0
Browse files Browse the repository at this point in the history
[skip ci]

## [3.54.0](v3.53.4...v3.54.0) (2024-04-13)

### Features

* use mysql2@^3.9.4 ([#669](#669)) ([468f9e4](468f9e4))

### Bug Fixes

* remove unuse mysql2 deps ([#670](#670)) ([c71d185](c71d185))
  • Loading branch information
semantic-release-bot committed Apr 13, 2024
1 parent c71d185 commit b94c8ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cnpmcore",
"version": "3.53.4",
"version": "3.54.0",
"description": "npm core",
"files": [
"dist/**/*"
Expand Down

0 comments on commit b94c8ef

Please sign in to comment.