Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Jun 13, 2023
1 parent 9592a9b commit 9edc586
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [2.0.0](https://github.com/node-modules/sendmessage/compare/v1.1.0...v2.0.0) (2023-06-13)


### ⚠ BREAKING CHANGES

* Drop Node.js < 14 support

### Features

* support worker_threads ipc ([#3](https://github.com/node-modules/sendmessage/issues/3)) ([3a27475](https://github.com/node-modules/sendmessage/commit/3a274755a43d8c7f4af6116717409ae2d9d66cea))
* 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))
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": "1.1.0",
"version": "2.0.0",
"description": "Send a cross process message if message channel is connected.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 9edc586

Please sign in to comment.