Skip to content

Commit

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

### Minor Changes

- [#488](#488)
[`3d2429d`](3d2429d)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - INN-2754 Add
support for `INNGEST_DEV` and the `isDev` option, allowing a devleoper
to explicitly set either Cloud or Dev mode

### Patch Changes

- [#498](#498)
[`7c5b92e`](7c5b92e)
Thanks [@sylwiavargas](https://github.com/sylwiavargas)! - Add keywords
to the npm package

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 23, 2024
1 parent 3d2429d commit 1b9f101
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-elephants-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-horses-train.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.15.0

### Minor Changes

- [#488](https://github.com/inngest/inngest-js/pull/488) [`3d2429d`](https://github.com/inngest/inngest-js/commit/3d2429d02e18b46b79aab3f17fcf7441c13d3331) Thanks [@jpwilliams](https://github.com/jpwilliams)! - INN-2754 Add support for `INNGEST_DEV` and the `isDev` option, allowing a devleoper to explicitly set either Cloud or Dev mode

### Patch Changes

- [#498](https://github.com/inngest/inngest-js/pull/498) [`7c5b92e`](https://github.com/inngest/inngest-js/commit/7c5b92e2e77ea1eb8fa204f76e34cc6a3f10a775) Thanks [@sylwiavargas](https://github.com/sylwiavargas)! - Add keywords to the npm package

## 3.14.2

### 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.2",
"version": "3.15.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 1b9f101

Please sign in to comment.