Skip to content

Commit dc9fe3e

Browse files
Release @latest (#849)
1 parent dd1bef8 commit dc9fe3e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/lovely-oranges-return.md

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

packages/inngest/CHANGELOG.md

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

3+
## 3.31.9
4+
5+
### Patch Changes
6+
7+
- [#848](https://github.com/inngest/inngest-js/pull/848) [`dd1bef8`](https://github.com/inngest/inngest-js/commit/dd1bef893f6e1e90a03643d0c2773af2be8dc5dc) Thanks [@amh4r](https://github.com/amh4r)! - Fix serve ID not considered for in-band syncs
8+
39
## 3.31.8
410

511
### Patch Changes

packages/inngest/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@inngest/sdk",
44
"description": "Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.",
5-
"version": "3.31.8",
5+
"version": "3.31.9",
66
"include": [
77
"./src/**/*.ts"
88
],

packages/inngest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inngest",
3-
"version": "3.31.8",
3+
"version": "3.31.9",
44
"description": "Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.",
55
"main": "./index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)