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

Commit 1b278ae

Browse files
committed
Release: v7.0.1 [skip ci]
1 parent 502c814 commit 1b278ae

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.1](https://github.com/sladg/nextjs-lambda/compare/v7.0.0...v7.0.1)
5+
6+
* Lint scripts run on all nested files in lib folder [[502c81450902f367ea6cca42785ced9d04820039](https://github.com/sladg/nextjs-lambda/commit/502c81450902f367ea6cca42785ced9d04820039))]
7+
* Remove unused variables [[8a8fefaa7384cd95a5a3e88796643b828013f018](https://github.com/sladg/nextjs-lambda/commit/8a8fefaa7384cd95a5a3e88796643b828013f018))]
8+
* Fix sort import eslint errors [[c4a3b555f30b5d1551a257a2fb2fcf7c13a2eaaa](https://github.com/sladg/nextjs-lambda/commit/c4a3b555f30b5d1551a257a2fb2fcf7c13a2eaaa))]
9+
10+
411
## [v7.0.0](https://github.com/sladg/nextjs-lambda/compare/v6.2.3...v7.0.0)
512

613
* 🐛 fix(certificates): correctly validate multi-zone certificates and handle naming of zones [[d052e6575c858d0564963ef5d3a849112a2bd380](https://github.com/sladg/nextjs-lambda/commit/d052e6575c858d0564963ef5d3a849112a2bd380))]
@@ -498,6 +505,9 @@
498505

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

508+
* Lint scripts run on all nested files in lib folder [[502c81450902f367ea6cca42785ced9d04820039](https://github.com/sladg/nextjs-lambda/commit/502c81450902f367ea6cca42785ced9d04820039))]
509+
* Remove unused variables [[8a8fefaa7384cd95a5a3e88796643b828013f018](https://github.com/sladg/nextjs-lambda/commit/8a8fefaa7384cd95a5a3e88796643b828013f018))]
510+
* Fix sort import eslint errors [[c4a3b555f30b5d1551a257a2fb2fcf7c13a2eaaa](https://github.com/sladg/nextjs-lambda/commit/c4a3b555f30b5d1551a257a2fb2fcf7c13a2eaaa))]
501511
* 🐛 fix(certificates): correctly validate multi-zone certificates and handle naming of zones [[d052e6575c858d0564963ef5d3a849112a2bd380](https://github.com/sladg/nextjs-lambda/commit/d052e6575c858d0564963ef5d3a849112a2bd380))]
502512
* 💎 style(eslint): eslint and prettier added to keep the styles in tact [[9932aa6621ff32c72d1770c169f7eb3da34f9118](https://github.com/sladg/nextjs-lambda/commit/9932aa6621ff32c72d1770c169f7eb3da34f9118))]
503513
* ✨ feat(domains): rework how domains are passed, allow for many, auto-guess zone (#73, #79) [[e74a2122706ec3a443b8acfa264f2aba6bbf72a3](https://github.com/sladg/nextjs-lambda/commit/e74a2122706ec3a443b8acfa264f2aba6bbf72a3))]

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

0 commit comments

Comments
 (0)