Skip to content

Commit 3f1699b

Browse files
committed
version: worker@1.25.0
1 parent 467e837 commit 3f1699b

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

.changeset/humble-hats-call.md

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

packages/lexicon/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# lexicon
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- e453f6a: Support webhook_response in step:complete event when data available in results
8+
39
## 2.0.0
410

511
### Major Changes

packages/lexicon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfn/lexicon",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Central repo of names and type definitions",
55
"author": "Open Function Group <admin@openfn.org>",
66
"license": "ISC",

packages/ws-worker/CHANGELOG.md

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

3+
## 1.25.0
4+
5+
### Minor Changes
6+
7+
- e453f6a: Support webhook_response in step:complete event when data available in results
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [e453f6a]
12+
- @openfn/lexicon@2.1.0
13+
314
## 1.24.2
415

516
### 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.24.2",
3+
"version": "1.25.0",
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)