Skip to content

Commit 21bbc8d

Browse files
committed
1 parent 7930569 commit 21bbc8d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/ws-worker/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ws-worker
22

3+
## 1.20.2
4+
5+
### Patch Changes
6+
7+
- Add internal fallback timeout to events. Also adjust error handling to try and catch an uncaught error
8+
- q
9+
310
## 1.20.1
411

512
### Patch Changes

packages/ws-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/ws-worker",
3-
"version": "1.20.1",
3+
"version": "1.20.2",
44
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)