Skip to content

Commit

Permalink
Release @latest (#742)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @inngest/test@0.1.1

### Patch Changes

- [#741](#741)
[`6782497`](6782497)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix the first
step in a run running twice

- [#741](#741)
[`6782497`](6782497)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix immediate
function/step failures not returning `error` correctly

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
inngest-release-bot and github-actions[bot] authored Nov 12, 2024
1 parent 6f0352d commit deec655
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-pants-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-parents-drive.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/test/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit deec655

Please sign in to comment.