Skip to content

Commit

Permalink
Release @latest (#461)
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.10.0

### Minor Changes

- [#449](#449)
[`a452cf1`](a452cf1)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add
`referenceFunction()`, allowing easier, typed invocation of functions
across apps and languages

- [#459](#459)
[`eec41d2`](eec41d2)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add new
`Inngest.Any` and `InngestFunction.Any` type helpers

### Patch Changes

- [#460](#460)
[`a225206`](a225206)
Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - Add
exports for `FinishedEventPayload` and `Context` types to fix a
TypeScript error when using Inngest in projects with `composite` setting
in `tsconfig`.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
inngest-release-bot and github-actions[bot] committed Jan 12, 2024
1 parent eec41d2 commit 19fde7f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/sharp-donkeys-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-hornets-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-olives-cross.md

This file was deleted.

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

## 3.10.0

### Minor Changes

- [#449](https://github.com/inngest/inngest-js/pull/449) [`a452cf1`](https://github.com/inngest/inngest-js/commit/a452cf1b80e9e2346c21cffdd046d558b0cf4d8b) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add `referenceFunction()`, allowing easier, typed invocation of functions across apps and languages

- [#459](https://github.com/inngest/inngest-js/pull/459) [`eec41d2`](https://github.com/inngest/inngest-js/commit/eec41d23de01f4c977cbcc8bfd986660e0ccbb96) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add new `Inngest.Any` and `InngestFunction.Any` type helpers

### Patch Changes

- [#460](https://github.com/inngest/inngest-js/pull/460) [`a225206`](https://github.com/inngest/inngest-js/commit/a225206e3040463c3f4fd558ec71f3ae21e2f56d) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - Add exports for `FinishedEventPayload` and `Context` types to fix a TypeScript error when using Inngest in projects with `composite` setting in `tsconfig`.

## 3.9.0

### Minor Changes
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.9.0",
"version": "3.10.0",
"description": "Official SDK for Inngest.com",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 19fde7f

Please sign in to comment.