Skip to content

Commit

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

## [4.0.0](v3.4.0...v4.0.0) (2023-03-06)

### ⚠ BREAKING CHANGES

* drop Node.js < 16 support

### Features

* refactor with TypeScript ([#27](#27)) ([4b7311d](4b7311d))
  • Loading branch information
semantic-release-bot committed Mar 6, 2023
1 parent 4b7311d commit 37f23e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/eggjs/egg-mysql/compare/v3.4.0...v4.0.0) (2023-03-06)


### ⚠ BREAKING CHANGES

* drop Node.js < 16 support

### Features

* refactor with TypeScript ([#27](https://github.com/eggjs/egg-mysql/issues/27)) ([4b7311d](https://github.com/eggjs/egg-mysql/commit/4b7311d2beb43a0338337c7128e016690ea04c9e))

## [3.4.0](https://github.com/eggjs/egg-mysql/compare/v3.3.0...v3.4.0) (2023-02-15)


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": "egg-mysql",
"version": "3.4.0",
"version": "4.0.0",
"description": "MySQL plugin for egg",
"eggPlugin": {
"name": "mysql"
Expand Down

0 comments on commit 37f23e4

Please sign in to comment.