Skip to content

Commit c002e07

Browse files
chore(release): version packages (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 897d34d commit c002e07

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/add-node-worker-threads-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dark-terms-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @archilogic/penpal
2+
3+
## 7.0.5
4+
5+
### Patch Changes
6+
7+
- 216c71d: Add support for `node:worker_threads` via `NodeWorkerMessenger`.
8+
- 1b7f55e: Add missing publish and version scripts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archilogic/penpal",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Penpal simplifies communication with iframes, workers, and windows by using promise-based methods on top of postMessage.",
55
"author": "Aaron Hardy <aaron@aaronhardy.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)