Skip to content

Commit b28f3a3

Browse files
Version Packages
1 parent 7fef5bf commit b28f3a3

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/good-hats-show.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @valtown/deno-http-worker
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 7fef5bf: Remove configurable spawn function option
8+
9+
Previously, we supported a `spawnFunc` option which let you use spawn methods
10+
other than child_process.spawn. Given the lack of useful alternatives to child_process.spawn
11+
and our efforts to really optimize this module, we're removing this option.
12+
313
## 1.1.4
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valtown/deno-http-worker",
3-
"version": "1.1.4",
3+
"version": "2.0.0",
44
"description": "Securely spawn Deno workers from Node.js",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)