Skip to content

Commit 2a6a03e

Browse files
authored
Merge pull request #424 from OpenFn/update-adaptor-apis
Release: 0.20.2
2 parents 01f48ad + ee48b1d commit 2a6a03e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- Update adaptor API dependency, fixing an issue in the global agent
8+
39
## 0.20.1
410

511
### Patch Changes

bun.lockb

941 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo",
33
"module": "platform/index.ts",
4-
"version": "0.20.1",
4+
"version": "0.20.2",
55
"type": "module",
66
"scripts": {
77
"start": "NODE_ENV=production bun platform/src/index.ts",
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@changesets/cli": "^2.27.3",
2121
"@elysiajs/html": "^1.4.0",
22-
"@openfn/adaptor-apis": "^0.2.3",
22+
"@openfn/adaptor-apis": "^0.3.0",
2323
"elysia": "1.4.27",
2424
"jsdoc-babel": "^0.5.0"
2525
},

0 commit comments

Comments
 (0)