Skip to content

Commit 9edc586

Browse files
Release 2.0.0
[skip ci] ## [2.0.0](v1.1.0...v2.0.0) (2023-06-13) ### ⚠ BREAKING CHANGES * Drop Node.js < 14 support ### Features * support worker_threads ipc ([#3](#3)) ([3a27475](3a27475)) * use github action and drop non-lts Node.js support ([#4](#4)) ([9592a9b](9592a9b))
1 parent 9592a9b commit 9edc586

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/node-modules/sendmessage/compare/v1.1.0...v2.0.0) (2023-06-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop Node.js < 14 support
9+
10+
### Features
11+
12+
* support worker_threads ipc ([#3](https://github.com/node-modules/sendmessage/issues/3)) ([3a27475](https://github.com/node-modules/sendmessage/commit/3a274755a43d8c7f4af6116717409ae2d9d66cea))
13+
* use github action and drop non-lts Node.js support ([#4](https://github.com/node-modules/sendmessage/issues/4)) ([9592a9b](https://github.com/node-modules/sendmessage/commit/9592a9bd9fe880b565475d7583448af46da077f4))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendmessage",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Send a cross process message if message channel is connected.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)