diff --git a/.changeset/angry-pants-brush.md b/.changeset/angry-pants-brush.md deleted file mode 100644 index 938656edb..000000000 --- a/.changeset/angry-pants-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/test": patch ---- - -Fix the first step in a run running twice diff --git a/.changeset/spicy-parents-drive.md b/.changeset/spicy-parents-drive.md deleted file mode 100644 index 0160b37c3..000000000 --- a/.changeset/spicy-parents-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/test": patch ---- - -Fix immediate function/step failures not returning `error` correctly diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 9c280373a..6f3a4af6b 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -1,5 +1,13 @@ # @inngest/test +## 0.1.1 + +### Patch Changes + +- [#741](https://github.com/inngest/inngest-js/pull/741) [`6782497`](https://github.com/inngest/inngest-js/commit/67824978ddd3cab7b923555341a2fbfe4ae96280) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix the first step in a run running twice + +- [#741](https://github.com/inngest/inngest-js/pull/741) [`6782497`](https://github.com/inngest/inngest-js/commit/67824978ddd3cab7b923555341a2fbfe4ae96280) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix immediate function/step failures not returning `error` correctly + ## 0.1.0 ### Minor Changes diff --git a/packages/test/jsr.json b/packages/test/jsr.json index de2af8da7..1fd2e1936 100644 --- a/packages/test/jsr.json +++ b/packages/test/jsr.json @@ -2,7 +2,7 @@ "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@inngest/test", "description": "Tooling for testing Inngest functions.", - "version": "0.1.0", + "version": "0.1.1", "include": [ "./src/**/*.ts" ], diff --git a/packages/test/package.json b/packages/test/package.json index bc9525027..d0b3130b5 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@inngest/test", - "version": "0.1.0", + "version": "0.1.1", "description": "Tooling for testing Inngest functions.", "main": "./index.js", "types": "./index.d.ts",