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

Commit c8565a1

Browse files
committed
Release: v7.0.5 [skip ci]
1 parent 7480a86 commit c8565a1

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.5](https://github.com/sladg/nextjs-lambda/compare/v7.0.4...v7.0.5)
5+
6+
* 🐛 fix(caching): properly set API caching as previous syntax was not working [[7480a8624dd5d7a35162c95e49c091edd7d07e5f](https://github.com/sladg/nextjs-lambda/commit/7480a8624dd5d7a35162c95e49c091edd7d07e5f))]
7+
8+
49
## [v7.0.4](https://github.com/sladg/nextjs-lambda/compare/v7.0.3...v7.0.4)
510

611
* fixing API cache default [[4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a](https://github.com/sladg/nextjs-lambda/commit/4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a))]
@@ -516,6 +521,7 @@
516521

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

524+
* 🐛 fix(caching): properly set API caching as previous syntax was not working [[7480a8624dd5d7a35162c95e49c091edd7d07e5f](https://github.com/sladg/nextjs-lambda/commit/7480a8624dd5d7a35162c95e49c091edd7d07e5f))]
519525
* fixing API cache default [[4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a](https://github.com/sladg/nextjs-lambda/commit/4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a))]
520526
* 🧹 chore(imaginex): upgraded dependency to newest version [[6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f](https://github.com/sladg/nextjs-lambda/commit/6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f))]
521527
* 🐛 fix(support next ^13.3): improved handling of next config lookup (fix #88) [[40076a2b36399df1b3536e5b65304f5a036dfd61](https://github.com/sladg/nextjs-lambda/commit/40076a2b36399df1b3536e5b65304f5a036dfd61))]

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.4",
3+
"version": "7.0.5",
44
"description": "Plug-and-play lambda for replacing default NextJS image optimization handler.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)