Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koyopro committed Dec 29, 2024
1 parent 9fb434d commit 449797b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Sync Actions

## 1.1.0

- Add: terminateAllThreads() function to terminate all worker threads

## 1.0.0

- Initial release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-actions",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"description": "A library for synchronously executing asynchronous operations with type-safe calls.",
"main": "dist/index.js",
Expand Down

0 comments on commit 449797b

Please sign in to comment.