Skip to content

Commit

Permalink
chore(release): 3.41.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.41.0](v3.40.0...v3.41.0) (2024-02-09)

### Features

* add target blank for links going outside ([37ba36e](37ba36e))
* make the index page of the boilerplate cleaner ([f3a3f9b](f3a3f9b))
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent af67fce commit 1e9894c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# [3.41.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.40.0...v3.41.0) (2024-02-09)


### Features

* add target blank for links going outside ([37ba36e](https://github.com/ixartz/Next-js-Boilerplate/commit/37ba36e5e3815d87cf882dc9aaf8b69b5849b49e))
* make the index page of the boilerplate cleaner ([f3a3f9b](https://github.com/ixartz/Next-js-Boilerplate/commit/f3a3f9b306bfaed85058d59cd15e62db158468ca))

# [3.40.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.39.0...v3.40.0) (2024-02-07)


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.40.0",
"version": "3.41.0",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
Expand Down

0 comments on commit 1e9894c

Please sign in to comment.