Skip to content

Commit f6a8843

Browse files
Release @latest (#855)
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@3.31.11 ### Patch Changes - [#851](#851) [`7f96793`](7f96793) Thanks [@BrunoScheufler](https://github.com/BrunoScheufler)! - Connect: Allow multi-app connections Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7f96793 commit f6a8843

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/seven-students-remember.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.11
4+
5+
### Patch Changes
6+
7+
- [#851](https://github.com/inngest/inngest-js/pull/851) [`7f96793`](https://github.com/inngest/inngest-js/commit/7f967936dfdb1a332f3370135279ebf7782fb1fc) Thanks [@BrunoScheufler](https://github.com/BrunoScheufler)! - Connect: Allow multi-app connections
8+
39
## 3.31.10
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.10",
5+
"version": "3.31.11",
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.10",
3+
"version": "3.31.11",
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)