Skip to content

Commit

Permalink
Remove an unused name and trigger another release (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Nov 4, 2024
1 parent bc3534c commit 00db35d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2

* No user-visible changes.

## 1.1.1

* No user-visible changes.
Expand Down
1 change: 0 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
MessageChannel,
MessagePort,
TransferListItem,
Worker,
receiveMessageOnPort,
} from 'worker_threads';

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": "sync-message-port",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Node.js communication port that can pass messages synchronously between workers",
"repository": "sass/sync-message-port",
"author": "Google Inc.",
Expand Down

0 comments on commit 00db35d

Please sign in to comment.