Skip to content

Commit be3bf6a

Browse files
Release @latest (#1690)
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@4.18.0 ### Minor Changes - [#1688](#1688) [`610e7395`](610e739) Thanks [@scottnuma](https://github.com/scottnuma)! - Enable sessions propagation by default ### Patch Changes - [#1666](#1666) [`c1014932`](c101493) Thanks [@Linell](https://github.com/Linell)! - Remove the unmaintained `serialize-error-cjs` dependency Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 610e739 commit be3bf6a

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/olive-lions-repeat.md

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

.changeset/tame-otters-unwind.md

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

packages/inngest/CHANGELOG.md

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

3+
## 4.18.0
4+
5+
### Minor Changes
6+
7+
- [#1688](https://github.com/inngest/inngest-js/pull/1688) [`610e7395`](https://github.com/inngest/inngest-js/commit/610e739574b972e625878e07a669d4d5991215a8) Thanks [@scottnuma](https://github.com/scottnuma)! - Enable sessions propagation by default
8+
9+
### Patch Changes
10+
11+
- [#1666](https://github.com/inngest/inngest-js/pull/1666) [`c1014932`](https://github.com/inngest/inngest-js/commit/c10149326c2727533a7bd709a348b5b5bf5ab1d5) Thanks [@Linell](https://github.com/Linell)! - Remove the unmaintained `serialize-error-cjs` dependency
12+
313
## 4.17.0
414

515
### Minor Changes

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": "4.17.0",
3+
"version": "4.18.0",
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.cjs",
66
"module": "./index.js",

0 commit comments

Comments
 (0)