Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 41326b9

Browse files
committed
Release: v7.0.6 [skip ci]
1 parent 27a2b86 commit 41326b9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33

4+
## [v7.0.6](https://github.com/sladg/nextjs-lambda/compare/v7.0.5...v7.0.6)
5+
6+
* 🐛 fix(buffer in body): request body would not get parsed by nextjs [[27a2b86698d9f60c7323fc05177d226abc259a17](https://github.com/sladg/nextjs-lambda/commit/27a2b86698d9f60c7323fc05177d226abc259a17))]
7+
8+
49
## [v7.0.5](https://github.com/sladg/nextjs-lambda/compare/v7.0.4...v7.0.5)
510

611
* 🐛 fix(caching): properly set API caching as previous syntax was not working [[7480a8624dd5d7a35162c95e49c091edd7d07e5f](https://github.com/sladg/nextjs-lambda/commit/7480a8624dd5d7a35162c95e49c091edd7d07e5f))]
@@ -521,6 +526,7 @@
521526

522527
## [v0.1.0](https://github.com/sladg/nextjs-lambda/compare/v0.1.0)
523528

529+
* 🐛 fix(buffer in body): request body would not get parsed by nextjs [[27a2b86698d9f60c7323fc05177d226abc259a17](https://github.com/sladg/nextjs-lambda/commit/27a2b86698d9f60c7323fc05177d226abc259a17))]
524530
* 🐛 fix(caching): properly set API caching as previous syntax was not working [[7480a8624dd5d7a35162c95e49c091edd7d07e5f](https://github.com/sladg/nextjs-lambda/commit/7480a8624dd5d7a35162c95e49c091edd7d07e5f))]
525531
* fixing API cache default [[4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a](https://github.com/sladg/nextjs-lambda/commit/4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a))]
526532
* 🧹 chore(imaginex): upgraded dependency to newest version [[6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f](https://github.com/sladg/nextjs-lambda/commit/6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f))]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sladg/nextjs-lambda",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "Plug-and-play lambda for replacing default NextJS image optimization handler.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)