From 91564dad6731b0204a41666232cec56119361f4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Oct 2023 02:13:25 +0000 Subject: [PATCH] Release 4.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [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)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33fc1b..bd889ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 977efbe..588aeb2 100644 --- a/package.json +++ b/package.json @@ -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",