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

Commit 3e08ee8

Browse files
committed
Release: v7.0.0 [skip ci]
1 parent d052e65 commit 3e08ee8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

33

4+
## [v7.0.0](https://github.com/sladg/nextjs-lambda/compare/v6.2.3...v7.0.0)
5+
6+
* 🐛 fix(certificates): correctly validate multi-zone certificates and handle naming of zones [[d052e6575c858d0564963ef5d3a849112a2bd380](https://github.com/sladg/nextjs-lambda/commit/d052e6575c858d0564963ef5d3a849112a2bd380))]
7+
* 💎 style(eslint): eslint and prettier added to keep the styles in tact [[9932aa6621ff32c72d1770c169f7eb3da34f9118](https://github.com/sladg/nextjs-lambda/commit/9932aa6621ff32c72d1770c169f7eb3da34f9118))]
8+
* ✨ feat(domains): rework how domains are passed, allow for many, auto-guess zone (#73, #79) [[e74a2122706ec3a443b8acfa264f2aba6bbf72a3](https://github.com/sladg/nextjs-lambda/commit/e74a2122706ec3a443b8acfa264f2aba6bbf72a3))]
9+
10+
411
## [v6.2.3](https://github.com/sladg/nextjs-lambda/compare/v6.2.2...v6.2.3)
512

613
* 📝 docs(keywords): added keywords for easier search, updated lock file with node16 [[cf747417e7c89678484b1ad1d26494edadbff07f](https://github.com/sladg/nextjs-lambda/commit/cf747417e7c89678484b1ad1d26494edadbff07f))]
@@ -491,6 +498,9 @@
491498

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

501+
* 🐛 fix(certificates): correctly validate multi-zone certificates and handle naming of zones [[d052e6575c858d0564963ef5d3a849112a2bd380](https://github.com/sladg/nextjs-lambda/commit/d052e6575c858d0564963ef5d3a849112a2bd380))]
502+
* 💎 style(eslint): eslint and prettier added to keep the styles in tact [[9932aa6621ff32c72d1770c169f7eb3da34f9118](https://github.com/sladg/nextjs-lambda/commit/9932aa6621ff32c72d1770c169f7eb3da34f9118))]
503+
* ✨ feat(domains): rework how domains are passed, allow for many, auto-guess zone (#73, #79) [[e74a2122706ec3a443b8acfa264f2aba6bbf72a3](https://github.com/sladg/nextjs-lambda/commit/e74a2122706ec3a443b8acfa264f2aba6bbf72a3))]
494504
* 📝 docs(keywords): added keywords for easier search, updated lock file with node16 [[cf747417e7c89678484b1ad1d26494edadbff07f](https://github.com/sladg/nextjs-lambda/commit/cf747417e7c89678484b1ad1d26494edadbff07f))]
495505
* 🐛 fix(cdk flags): cleaned cdk args, hotswap off by default, turnable with flag (#78) [[c2d6b02f2125fe1b6608c197b01b986ac03a7060](https://github.com/sladg/nextjs-lambda/commit/c2d6b02f2125fe1b6608c197b01b986ac03a7060))]
496506
* Fix command spacing [[e398e4e9438c1f82e9281120418eab8763bfed75](https://github.com/sladg/nextjs-lambda/commit/e398e4e9438c1f82e9281120418eab8763bfed75))]

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

0 commit comments

Comments
 (0)