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

Commit f286011

Browse files
committed
Release: v7.0.3 [skip ci]
1 parent 6c42ca4 commit f286011

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33

4+
## [v7.0.3](https://github.com/sladg/nextjs-lambda/compare/v7.0.1...v7.0.3)
5+
6+
* 🧹 chore(imaginex): upgraded dependency to newest version [[6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f](https://github.com/sladg/nextjs-lambda/commit/6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f))]
7+
* 🐛 fix(support next ^13.3): improved handling of next config lookup (fix #88) [[40076a2b36399df1b3536e5b65304f5a036dfd61](https://github.com/sladg/nextjs-lambda/commit/40076a2b36399df1b3536e5b65304f5a036dfd61))]
8+
9+
410
## [v7.0.1](https://github.com/sladg/nextjs-lambda/compare/v7.0.0...v7.0.1)
511

612
* Lint scripts run on all nested files in lib folder [[502c81450902f367ea6cca42785ced9d04820039](https://github.com/sladg/nextjs-lambda/commit/502c81450902f367ea6cca42785ced9d04820039))]
@@ -505,6 +511,8 @@
505511

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

514+
* 🧹 chore(imaginex): upgraded dependency to newest version [[6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f](https://github.com/sladg/nextjs-lambda/commit/6c42ca4f6e8d91baf3b086f533b7c57b4ea0d61f))]
515+
* 🐛 fix(support next ^13.3): improved handling of next config lookup (fix #88) [[40076a2b36399df1b3536e5b65304f5a036dfd61](https://github.com/sladg/nextjs-lambda/commit/40076a2b36399df1b3536e5b65304f5a036dfd61))]
508516
* Lint scripts run on all nested files in lib folder [[502c81450902f367ea6cca42785ced9d04820039](https://github.com/sladg/nextjs-lambda/commit/502c81450902f367ea6cca42785ced9d04820039))]
509517
* Remove unused variables [[8a8fefaa7384cd95a5a3e88796643b828013f018](https://github.com/sladg/nextjs-lambda/commit/8a8fefaa7384cd95a5a3e88796643b828013f018))]
510518
* Fix sort import eslint errors [[c4a3b555f30b5d1551a257a2fb2fcf7c13a2eaaa](https://github.com/sladg/nextjs-lambda/commit/c4a3b555f30b5d1551a257a2fb2fcf7c13a2eaaa))]

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

0 commit comments

Comments
 (0)