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.0.0...v4.0.0) (2023-10-11)

### ⚠ BREAKING CHANGES

* Drop Node.js < 16 support

closes #116

part of eggjs/egg#5257

### Features

* refactor with typescript to support esm and cjs both ([#117](#117)) ([7193ec1](7193ec1))
  • Loading branch information
semantic-release-bot committed Oct 11, 2023
1 parent 7193ec1 commit 91564da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.0.0](https://github.com/node-modules/ready-callback/compare/v3.0.0...v4.0.0) (2023-10-11)


### ⚠ BREAKING CHANGES

* Drop Node.js < 16 support

closes https://github.com/node-modules/ready-callback/issues/116

part of https://github.com/eggjs/egg/issues/5257

### Features

* refactor with typescript to support esm and cjs both ([#117](https://github.com/node-modules/ready-callback/issues/117)) ([7193ec1](https://github.com/node-modules/ready-callback/commit/7193ec1e8a2f8011af1bad584683da5530e0c226))

## [3.0.0](https://github.com/node-modules/ready-callback/compare/v2.1.0...v3.0.0) (2023-01-03)


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": "ready-callback",
"version": "3.0.0",
"version": "4.0.0",
"description": "Launch server after all async task ready",
"keywords": [
"koa",
Expand Down

0 comments on commit 91564da

Please sign in to comment.