Skip to content

Commit

Permalink
chore(release): 3.45.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.45.0](v3.44.1...v3.45.0) (2024-04-04)

### Features

* remove next-sitemap and use the native Next.js sitemap/robots.txt ([135a435](135a435))
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent 8a79ea1 commit 0c9e3d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [3.45.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.44.1...v3.45.0) (2024-04-04)


### Features

* remove next-sitemap and use the native Next.js sitemap/robots.txt ([135a435](https://github.com/ixartz/Next-js-Boilerplate/commit/135a4350bef905d2a38a8901d42e5fa304fb92bc))

## [3.44.1](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.44.0...v3.44.1) (2024-04-03)


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
@@ -1,6 +1,6 @@
{
"name": "next-js-boilerplate",
"version": "3.44.1",
"version": "3.45.0",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
Expand Down

0 comments on commit 0c9e3d6

Please sign in to comment.