Skip to content

Commit

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

## [3.0.0](node-modules/get-ready@v2.0.1...v3.0.0) (2023-06-05)

### ⚠ BREAKING CHANGES

* Drop Node.js < 16.13.0 support

eggjs/core#264

### Features

* refactor with typescript ([node-modules#1](node-modules#1)) ([9eb913f](node-modules@9eb913f))
  • Loading branch information
semantic-release-bot committed Jun 5, 2023
1 parent 9eb913f commit 82c07e5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Changelog

## [3.0.0](https://github.com/node-modules/get-ready/compare/v2.0.1...v3.0.0) (2023-06-05)


### ⚠ BREAKING CHANGES

* Drop Node.js < 16.13.0 support

https://github.com/eggjs/egg-core/issues/264

### Features

* refactor with typescript ([#1](https://github.com/node-modules/get-ready/issues/1)) ([9eb913f](https://github.com/node-modules/get-ready/commit/9eb913fb43889b2c253bab7b1adc139b60747684))

2.0.1 / 2017-02-09
==================
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": "get-ready",
"version": "2.0.1",
"version": "3.0.0",
"description": "mixin to add one-time ready event callback handler",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 82c07e5

Please sign in to comment.