Skip to content

Commit

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

### Patch Changes

- [#492](#492)
[`ad67476`](ad67476)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix delayed
environment variables not using event key in `"inngest/cloudflare"`

- [#489](#489)
[`244b6bd`](244b6bd)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add generic
function invocation event to all event schemas

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
inngest-release-bot and github-actions[bot] committed Feb 19, 2024
1 parent ad67476 commit 00d0264
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-cooks-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-phones-provide.md

This file was deleted.

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

## 3.14.2

### Patch Changes

- [#492](https://github.com/inngest/inngest-js/pull/492) [`ad67476`](https://github.com/inngest/inngest-js/commit/ad674769b190eda59d99fbbb905d3b95b7c3138e) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix delayed environment variables not using event key in `"inngest/cloudflare"`

- [#489](https://github.com/inngest/inngest-js/pull/489) [`244b6bd`](https://github.com/inngest/inngest-js/commit/244b6bd483543d6923d56e11fb52de2a1dbb1de3) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add generic function invocation event to all event schemas

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

0 comments on commit 00d0264

Please sign in to comment.