Skip to content

Commit

Permalink
chore(release): 3.63.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.63.0](v3.62.1...v3.63.0) (2025-02-25)

### Bug Fixes

* move out block ([7ec1aee](7ec1aee))

### Features

* **middleware:** add handling for sitemap and robots files ([efa279b](efa279b))
  • Loading branch information
semantic-release-bot committed Feb 25, 2025
1 parent b97671c commit 3688b8a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.63.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.62.1...v3.63.0) (2025-02-25)


### Bug Fixes

* move out block ([7ec1aee](https://github.com/ixartz/Next-js-Boilerplate/commit/7ec1aee87f7fde769cf2d44fe3346cb8e2c5699c))


### Features

* **middleware:** add handling for sitemap and robots files ([efa279b](https://github.com/ixartz/Next-js-Boilerplate/commit/efa279b64320df6e258cb2e85f1ade9ce5d76b7f))

## [3.62.1](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.62.0...v3.62.1) (2025-02-22)


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.62.1",
"version": "3.63.0",
"author": "Ixartz (https://github.com/ixartz)",
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 3688b8a

Please sign in to comment.