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

Commit 9a72074

Browse files
committed
Release: v6.2.0 [skip ci]
1 parent fd1e1da commit 9a72074

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+
## [v6.2.0](https://github.com/sladg/nextjs-lambda/compare/v6.1.2...v6.2.0)
5+
6+
* ✨ feat(runtime): allow configuration of NodeJS runtime for Lambda (#74) [[fd1e1da6d66107bf7fc0f5e7949b627be36ecc93](https://github.com/sladg/nextjs-lambda/commit/fd1e1da6d66107bf7fc0f5e7949b627be36ecc93))]
7+
8+
49
## [v6.1.2](https://github.com/sladg/nextjs-lambda/compare/v6.1.1...v6.1.2)
510

611
* 🐛 fix(dns prefix): fixed typo which was causing property not to be passed correctly [[95498061b262cc2e3c7e7076b21fdd23a11f9d3e](https://github.com/sladg/nextjs-lambda/commit/95498061b262cc2e3c7e7076b21fdd23a11f9d3e))]
@@ -470,6 +475,7 @@
470475

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

478+
* ✨ feat(runtime): allow configuration of NodeJS runtime for Lambda (#74) [[fd1e1da6d66107bf7fc0f5e7949b627be36ecc93](https://github.com/sladg/nextjs-lambda/commit/fd1e1da6d66107bf7fc0f5e7949b627be36ecc93))]
473479
* 🐛 fix(dns prefix): fixed typo which was causing property not to be passed correctly [[95498061b262cc2e3c7e7076b21fdd23a11f9d3e](https://github.com/sladg/nextjs-lambda/commit/95498061b262cc2e3c7e7076b21fdd23a11f9d3e))]
474480
* 🐛 fix(region): prefer default region by default, do not enforce eu-central-1 for cli [[80877958845f2d25d98795288192b6e7c63bba2f](https://github.com/sladg/nextjs-lambda/commit/80877958845f2d25d98795288192b6e7c63bba2f))]
475481
* ✨ feat(apex redirect): allow for redirection from apex domain via CLI and CDK (re #71) [[5938b8825696d586118e4e9103a9755942149258](https://github.com/sladg/nextjs-lambda/commit/5938b8825696d586118e4e9103a9755942149258))]

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

0 commit comments

Comments
 (0)