Skip to content

Commit

Permalink
Release @latest (#759)
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@3.26.3

### Patch Changes

- [#758](#758)
[`8af4c25`](8af4c25)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix OpenAI
`tools` types - not properly scoped

- [#757](#757)
[`36b61f0`](36b61f0)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix false
indeterminate function warning

- [#756](#756)
[`7916c06`](7916c06)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Expose a type
that lists the `AiAdapter` for each format

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 25, 2024
1 parent 7916c06 commit 4df83d8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-jobs-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-donuts-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-cameras-yell.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.26.3

### Patch Changes

- [#758](https://github.com/inngest/inngest-js/pull/758) [`8af4c25`](https://github.com/inngest/inngest-js/commit/8af4c25f96c30a7617774e7d117d7435fe2723f3) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix OpenAI `tools` types - not properly scoped

- [#757](https://github.com/inngest/inngest-js/pull/757) [`36b61f0`](https://github.com/inngest/inngest-js/commit/36b61f0f4af477196482eee6a0c86061c481e2b2) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix false indeterminate function warning

- [#756](https://github.com/inngest/inngest-js/pull/756) [`7916c06`](https://github.com/inngest/inngest-js/commit/7916c066296a858e3b65cfddd0af4ba51689a3ef) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Expose a type that lists the `AiAdapter` for each format

## 3.26.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.26.2",
"version": "3.26.3",
"include": [
"./src/**/*.ts"
],
Expand Down
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.26.2",
"version": "3.26.3",
"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 4df83d8

Please sign in to comment.