Skip to content

Commit

Permalink
chore(release): 3.59.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.59.1](v3.59.0...v3.59.1) (2024-11-20)

### Bug Fixes

* set default lang for global error page from i18n routing ([e148bea](e148bea))
* static rendering for sign in and sign up page ([2b6e75f](2b6e75f))
  • Loading branch information
semantic-release-bot committed Nov 20, 2024
1 parent 5e6a1d7 commit 532d040
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.59.1](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.59.0...v3.59.1) (2024-11-20)


### Bug Fixes

* set default lang for global error page from i18n routing ([e148bea](https://github.com/ixartz/Next-js-Boilerplate/commit/e148bea9d6290df220a73110f878132e4f818137))
* static rendering for sign in and sign up page ([2b6e75f](https://github.com/ixartz/Next-js-Boilerplate/commit/2b6e75faa0f2d04119c1ea107f09671773cab37f))

# [3.59.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.58.2...v3.59.0) (2024-11-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-js-boilerplate",
"version": "3.59.0",
"version": "3.59.1",
"author": "Ixartz (https://github.com/ixartz)",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
Expand Down

0 comments on commit 532d040

Please sign in to comment.