Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2024
1 parent 801946b commit 5aad099
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-deers-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-gorillas-build.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/inngest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# inngest

## 3.24.0

### Minor Changes

- [#685](https://github.com/inngest/inngest-js/pull/685) [`801946b`](https://github.com/inngest/inngest-js/commit/801946b349f20cdb9d0b5e77539ba253aab8348a) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add `"inngest/nitro"` serve handler

### Patch Changes

- [#685](https://github.com/inngest/inngest-js/pull/685) [`801946b`](https://github.com/inngest/inngest-js/commit/801946b349f20cdb9d0b5e77539ba253aab8348a) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix imports requiring internal extensions when being consumed by true ESM

## 3.23.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/inngest/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/sdk",
"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.",
"version": "3.23.1",
"version": "3.24.0",
"include": [
"./src/**/*.ts"
],
Expand Down Expand Up @@ -37,4 +37,4 @@
"./nitro": "./src/nitro.ts",
"./types": "./src/types.ts"
}
}
}
2 changes: 1 addition & 1 deletion packages/inngest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inngest",
"version": "3.23.1",
"version": "3.24.0",
"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.",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 5aad099

Please sign in to comment.