Skip to content

Commit

Permalink
Release: v6.1.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sladg committed Jan 16, 2023
1 parent 9549806 commit 8932add
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


## [v6.1.2](https://github.com/sladg/nextjs-lambda/compare/v6.1.1...v6.1.2)

* 🐛 fix(dns prefix): fixed typo which was causing property not to be passed correctly [[95498061b262cc2e3c7e7076b21fdd23a11f9d3e](https://github.com/sladg/nextjs-lambda/commit/95498061b262cc2e3c7e7076b21fdd23a11f9d3e))]


## [v6.1.1](https://github.com/sladg/nextjs-lambda/compare/v6.1.0...v6.1.1)

* 🐛 fix(region): prefer default region by default, do not enforce eu-central-1 for cli [[80877958845f2d25d98795288192b6e7c63bba2f](https://github.com/sladg/nextjs-lambda/commit/80877958845f2d25d98795288192b6e7c63bba2f))]
Expand Down Expand Up @@ -465,6 +470,7 @@

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

* 🐛 fix(dns prefix): fixed typo which was causing property not to be passed correctly [[95498061b262cc2e3c7e7076b21fdd23a11f9d3e](https://github.com/sladg/nextjs-lambda/commit/95498061b262cc2e3c7e7076b21fdd23a11f9d3e))]
* 🐛 fix(region): prefer default region by default, do not enforce eu-central-1 for cli [[80877958845f2d25d98795288192b6e7c63bba2f](https://github.com/sladg/nextjs-lambda/commit/80877958845f2d25d98795288192b6e7c63bba2f))]
* ✨ feat(apex redirect): allow for redirection from apex domain via CLI and CDK (re #71) [[5938b8825696d586118e4e9103a9755942149258](https://github.com/sladg/nextjs-lambda/commit/5938b8825696d586118e4e9103a9755942149258))]
* ✨ feat(region & remove): allow for specifying of region and add remove command (fix #68, fix #69) [[b75c9c200b5f7578dc11782f2359997549bf4839](https://github.com/sladg/nextjs-lambda/commit/b75c9c200b5f7578dc11782f2359997549bf4839))]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sladg/nextjs-lambda",
"version": "6.1.1",
"version": "6.1.2",
"description": "Plug-and-play lambda for replacing default NextJS image optimization handler.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8932add

Please sign in to comment.