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](v2.0.0...v3.0.0) (2024-06-23)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

### Features

* support cjs and esm both by tshy ([#6](#6)) ([30acc65](30acc65))
  • Loading branch information
semantic-release-bot committed Jun 23, 2024
1 parent 30acc65 commit 618ed26
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

## [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)


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": "sendmessage",
"version": "2.0.0",
"version": "3.0.0",
"engines": {
"node": ">= 18.19.0"
},
Expand Down

0 comments on commit 618ed26

Please sign in to comment.