Skip to content

Commit

Permalink
Release @latest (#317)
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@2.7.0

### Minor Changes

- [#313](#313)
[`32c34b3`](32c34b3)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add ability to
declare and send events without payloads, e.g. `inngest.send({ name:
"my.event" });`

- [#310](#310)
[`696c411`](696c411)
Thanks [@michealroberts](https://github.com/michealroberts)! - Added h3
framework server handler

### Patch Changes

- [#319](#319)
[`71b7d26`](71b7d26)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add ESM exports
to `inngest` package to avoid extension imports

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
inngest-release-bot and github-actions[bot] authored Sep 21, 2023
1 parent 71b7d26 commit f35922a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-mirrors-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-meals-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-steaks-approve.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

## 2.7.0

### Minor Changes

- [#313](https://github.com/inngest/inngest-js/pull/313) [`32c34b3`](https://github.com/inngest/inngest-js/commit/32c34b3a006fe4ea3d482588f6101c969254532e) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add ability to declare and send events without payloads, e.g. `inngest.send({ name: "my.event" });`

- [#310](https://github.com/inngest/inngest-js/pull/310) [`696c411`](https://github.com/inngest/inngest-js/commit/696c411c46dc8255cdfa5480073a417a93b58e63) Thanks [@michealroberts](https://github.com/michealroberts)! - Added h3 framework server handler

### Patch Changes

- [#319](https://github.com/inngest/inngest-js/pull/319) [`71b7d26`](https://github.com/inngest/inngest-js/commit/71b7d268a815cfc3133b0a4cd1cf1a1a599b5d05) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add ESM exports to `inngest` package to avoid extension imports

## 2.6.1

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

0 comments on commit f35922a

Please sign in to comment.