Skip to content

Commit

Permalink
Release @latest (#420)
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
## [email protected]

### Patch Changes

- [#421](#421)
[`471d11f`](471d11f)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix serverless
use of `inngest/next` with `next@>=13.0.0 <13.5.0` failing to return a
response, as well as `next@>=13.5.0` logging the same error

## @inngest/[email protected]

### Patch Changes

- [#419](#419)
[`4de1605`](4de1605)
Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add the
encryption method used (`AES-256-CBC`) by default to the README

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
inngest-release-bot and github-actions[bot] authored Dec 12, 2023
1 parent b2d87a5 commit 0242656
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-bats-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-dolphins-pump.md

This file was deleted.

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

## 3.7.1

### Patch Changes

- [#421](https://github.com/inngest/inngest-js/pull/421) [`471d11f`](https://github.com/inngest/inngest-js/commit/471d11fce1cee246c017bc6c089f0f5fb5f85d1c) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix serverless use of `inngest/next` with `next@>=13.0.0 <13.5.0` failing to return a response, as well as `next@>=13.5.0` logging the same error

## 3.7.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.7.0",
"version": "3.7.1",
"description": "Official SDK for Inngest.com",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/middleware-encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @inngest/middleware-encryption

## 0.1.1

### Patch Changes

- [#419](https://github.com/inngest/inngest-js/pull/419) [`4de1605`](https://github.com/inngest/inngest-js/commit/4de16057e81c9f111fe4a9c84af0e0e62d2567e6) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add the encryption method used (`AES-256-CBC`) by default to the README

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inngest/middleware-encryption",
"version": "0.1.0",
"version": "0.1.1",
"description": "Inngest",
"main": "dist/index.js",
"publishConfig": {
Expand Down

0 comments on commit 0242656

Please sign in to comment.