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

Commit 137c2a5

Browse files
committed
Release: v6.2.3 [skip ci]
1 parent cf74741 commit 137c2a5

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.3](https://github.com/sladg/nextjs-lambda/compare/v6.2.2...v6.2.3)
5+
6+
* 📝 docs(keywords): added keywords for easier search, updated lock file with node16 [[cf747417e7c89678484b1ad1d26494edadbff07f](https://github.com/sladg/nextjs-lambda/commit/cf747417e7c89678484b1ad1d26494edadbff07f))]
7+
8+
49
## [v6.2.2](https://github.com/sladg/nextjs-lambda/compare/v6.2.1...v6.2.2)
510

611
* 🐛 fix(cdk flags): cleaned cdk args, hotswap off by default, turnable with flag (#78) [[c2d6b02f2125fe1b6608c197b01b986ac03a7060](https://github.com/sladg/nextjs-lambda/commit/c2d6b02f2125fe1b6608c197b01b986ac03a7060))]
@@ -486,6 +491,7 @@
486491

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

494+
* 📝 docs(keywords): added keywords for easier search, updated lock file with node16 [[cf747417e7c89678484b1ad1d26494edadbff07f](https://github.com/sladg/nextjs-lambda/commit/cf747417e7c89678484b1ad1d26494edadbff07f))]
489495
* 🐛 fix(cdk flags): cleaned cdk args, hotswap off by default, turnable with flag (#78) [[c2d6b02f2125fe1b6608c197b01b986ac03a7060](https://github.com/sladg/nextjs-lambda/commit/c2d6b02f2125fe1b6608c197b01b986ac03a7060))]
490496
* Fix command spacing [[e398e4e9438c1f82e9281120418eab8763bfed75](https://github.com/sladg/nextjs-lambda/commit/e398e4e9438c1f82e9281120418eab8763bfed75))]
491497
* allow specifying aws profile [[216d3717da6bbb2b15c3c3aef2066b2a3116e50f](https://github.com/sladg/nextjs-lambda/commit/216d3717da6bbb2b15c3c3aef2066b2a3116e50f))]

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

0 commit comments

Comments
 (0)