diff --git a/CHANGELOG.md b/CHANGELOG.md index b8db288..a3281a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Changelog + +## [2.0.0](https://github.com/node-modules/cluster-reload/compare/v1.1.0...v2.0.0) (2024-12-15) + + +### ⚠ BREAKING CHANGES + +* drop Node.js < 18.19.0 support + +part of https://github.com/eggjs/egg/issues/3644 + +https://github.com/eggjs/egg/issues/5257 + +### Features + +* support cjs and esm both by tshy ([#8](https://github.com/node-modules/cluster-reload/issues/8)) ([a2981f8](https://github.com/node-modules/cluster-reload/commit/a2981f867398ad842216a42f05975bd87cb636c8)) 1.1.0 / 2022-11-17 ================== diff --git a/package.json b/package.json index 5936d53..8c900ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cluster-reload", - "version": "1.1.0", + "version": "2.0.0", "description": "cluster workers reload", "homepage": "https://github.com/node-modules/cluster-reload", "repository": {