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

Commit 7bf6d05

Browse files
committed
Release: v6.2.1 [skip ci]
1 parent e398e4e commit 7bf6d05

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+
## [v6.2.1](https://github.com/sladg/nextjs-lambda/compare/v6.2.0...v6.2.1)
5+
6+
* Fix command spacing [[e398e4e9438c1f82e9281120418eab8763bfed75](https://github.com/sladg/nextjs-lambda/commit/e398e4e9438c1f82e9281120418eab8763bfed75))]
7+
* allow specifying aws profile [[216d3717da6bbb2b15c3c3aef2066b2a3116e50f](https://github.com/sladg/nextjs-lambda/commit/216d3717da6bbb2b15c3c3aef2066b2a3116e50f))]
8+
9+
410
## [v6.2.0](https://github.com/sladg/nextjs-lambda/compare/v6.1.2...v6.2.0)
511

612
* ✨ feat(runtime): allow configuration of NodeJS runtime for Lambda (#74) [[fd1e1da6d66107bf7fc0f5e7949b627be36ecc93](https://github.com/sladg/nextjs-lambda/commit/fd1e1da6d66107bf7fc0f5e7949b627be36ecc93))]
@@ -475,6 +481,8 @@
475481

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

484+
* Fix command spacing [[e398e4e9438c1f82e9281120418eab8763bfed75](https://github.com/sladg/nextjs-lambda/commit/e398e4e9438c1f82e9281120418eab8763bfed75))]
485+
* allow specifying aws profile [[216d3717da6bbb2b15c3c3aef2066b2a3116e50f](https://github.com/sladg/nextjs-lambda/commit/216d3717da6bbb2b15c3c3aef2066b2a3116e50f))]
478486
* ✨ feat(runtime): allow configuration of NodeJS runtime for Lambda (#74) [[fd1e1da6d66107bf7fc0f5e7949b627be36ecc93](https://github.com/sladg/nextjs-lambda/commit/fd1e1da6d66107bf7fc0f5e7949b627be36ecc93))]
479487
* 🐛 fix(dns prefix): fixed typo which was causing property not to be passed correctly [[95498061b262cc2e3c7e7076b21fdd23a11f9d3e](https://github.com/sladg/nextjs-lambda/commit/95498061b262cc2e3c7e7076b21fdd23a11f9d3e))]
480488
* 🐛 fix(region): prefer default region by default, do not enforce eu-central-1 for cli [[80877958845f2d25d98795288192b6e7c63bba2f](https://github.com/sladg/nextjs-lambda/commit/80877958845f2d25d98795288192b6e7c63bba2f))]

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

0 commit comments

Comments
 (0)