diff --git a/.changeset/few-bats-dream.md b/.changeset/few-bats-dream.md deleted file mode 100644 index 9e64bf723..000000000 --- a/.changeset/few-bats-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inngest/middleware-encryption": patch ---- - -Add the encryption method used (`AES-256-CBC`) by default to the README diff --git a/.changeset/silly-dolphins-pump.md b/.changeset/silly-dolphins-pump.md deleted file mode 100644 index e4bcee62e..000000000 --- a/.changeset/silly-dolphins-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -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 diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 2ad24f719..e8e933336 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -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 diff --git a/packages/inngest/package.json b/packages/inngest/package.json index e957dd61c..5a5f19c22 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -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", diff --git a/packages/middleware-encryption/CHANGELOG.md b/packages/middleware-encryption/CHANGELOG.md index c7ca32e29..ea83c3b27 100644 --- a/packages/middleware-encryption/CHANGELOG.md +++ b/packages/middleware-encryption/CHANGELOG.md @@ -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 diff --git a/packages/middleware-encryption/package.json b/packages/middleware-encryption/package.json index 74435d0b2..ab25e50dc 100644 --- a/packages/middleware-encryption/package.json +++ b/packages/middleware-encryption/package.json @@ -1,6 +1,6 @@ { "name": "@inngest/middleware-encryption", - "version": "0.1.0", + "version": "0.1.1", "description": "Inngest", "main": "dist/index.js", "publishConfig": {