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

Commit 92540fb

Browse files
committed
Release: v7.0.4 [skip ci]
1 parent 4797ecd commit 92540fb

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.4](https://github.com/sladg/nextjs-lambda/compare/v7.0.3...v7.0.4)
5+
6+
* fixing API cache default [[4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a](https://github.com/sladg/nextjs-lambda/commit/4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a))]
7+
8+
49
## [v7.0.3](https://github.com/sladg/nextjs-lambda/compare/v7.0.1...v7.0.3)
510

611
* 🧹 chore(imaginex): upgraded dependency to newest version [[6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f](https://github.com/sladg/nextjs-lambda/commit/6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f))]
@@ -511,6 +516,7 @@
511516

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

519+
* fixing API cache default [[4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a](https://github.com/sladg/nextjs-lambda/commit/4797ecdc4184572bc6955f2e5b641e7d2dbb1a5a))]
514520
* 🧹 chore(imaginex): upgraded dependency to newest version [[6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f](https://github.com/sladg/nextjs-lambda/commit/6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f))]
515521
* 🐛 fix(support next ^13.3): improved handling of next config lookup (fix #88) [[40076a2b36399df1b3536e5b65304f5a036dfd61](https://github.com/sladg/nextjs-lambda/commit/40076a2b36399df1b3536e5b65304f5a036dfd61))]
516522
* Lint scripts run on all nested files in lib folder [[502c81450902f367ea6cca42785ced9d04820039](https://github.com/sladg/nextjs-lambda/commit/502c81450902f367ea6cca42785ced9d04820039))]

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

0 commit comments

Comments
 (0)