Skip to content

Commit

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

## [5.0.0](v4.1.0...v5.0.0) (2023-03-04)

### ⚠ BREAKING CHANGES

* drop Node.js < 16 support

### Features

* impl with typescript ([#103](#103)) ([1cf7814](1cf7814))
  • Loading branch information
semantic-release-bot committed Mar 4, 2023
1 parent 1cf7814 commit e7d488a
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

## [5.0.0](https://github.com/ali-sdk/ali-rds/compare/v4.1.0...v5.0.0) (2023-03-04)


### ⚠ BREAKING CHANGES

* drop Node.js < 16 support

### Features

* impl with typescript ([#103](https://github.com/ali-sdk/ali-rds/issues/103)) ([1cf7814](https://github.com/ali-sdk/ali-rds/commit/1cf7814effb2876919e73d331547ecd14caf45f4))

## [4.1.0](https://github.com/ali-sdk/ali-rds/compare/v4.0.3...v4.1.0) (2023-01-01)


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": "ali-rds",
"version": "4.1.0",
"version": "5.0.0",
"description": "Aliyun RDS client",
"main": "lib/client.js",
"files": [
Expand Down

0 comments on commit e7d488a

Please sign in to comment.