Skip to content

Commit 792fc17

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2024-08-31) ### Bug Fixes * add demo banner at the top of the landing page ([09bf8c8](09bf8c8)) * issue to build Next.js with Node.js 22.7, use 22.6 instead ([4acaef9](4acaef9))
1 parent 81a0ffc commit 792fc17

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.6.1](https://github.com/ixartz/SaaS-Boilerplate/compare/v1.6.0...v1.6.1) (2024-08-31)
2+
3+
4+
### Bug Fixes
5+
6+
* add demo banner at the top of the landing page ([09bf8c8](https://github.com/ixartz/SaaS-Boilerplate/commit/09bf8c8aba06eba1405fb0c20aeec23dfb732bb7))
7+
* issue to build Next.js with Node.js 22.7, use 22.6 instead ([4acaef9](https://github.com/ixartz/SaaS-Boilerplate/commit/4acaef95edec3cd72a35405969ece9d55a2bb641))
8+
19
# [1.6.0](https://github.com/ixartz/SaaS-Boilerplate/compare/v1.5.0...v1.6.0) (2024-07-26)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saas-boilerplate",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"scripts": {
55
"dev:spotlight": "spotlight-sidecar",
66
"dev:next": "next dev",

0 commit comments

Comments
 (0)