From 618ed26c0cf908434d18140ffc5300df76834bdd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jun 2024 16:31:42 +0000 Subject: [PATCH] Release 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [3.0.0](https://github.com/node-modules/sendmessage/compare/v2.0.0...v3.0.0) (2024-06-23) ### ⚠ 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 ([#6](https://github.com/node-modules/sendmessage/issues/6)) ([30acc65](https://github.com/node-modules/sendmessage/commit/30acc65d9359531ad817ccb8195af791805a63c5)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1f046..7a74971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.0.0](https://github.com/node-modules/sendmessage/compare/v2.0.0...v3.0.0) (2024-06-23) + + +### ⚠ 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 ([#6](https://github.com/node-modules/sendmessage/issues/6)) ([30acc65](https://github.com/node-modules/sendmessage/commit/30acc65d9359531ad817ccb8195af791805a63c5)) + ## [2.0.0](https://github.com/node-modules/sendmessage/compare/v1.1.0...v2.0.0) (2023-06-13) diff --git a/package.json b/package.json index 4a44a7b..a3d004c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sendmessage", - "version": "2.0.0", + "version": "3.0.0", "engines": { "node": ">= 18.19.0" },