Skip to content

Commit

Permalink
chore(release): 3.43.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.43.0](v3.42.0...v3.43.0) (2024-03-07)

### Features

* use eslintrc.json and give release.yml permission in GitHub Actions ([a329518](a329518))
  • Loading branch information
semantic-release-bot committed Mar 7, 2024
1 parent 3afce71 commit c99cdd5
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.43.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.42.0...v3.43.0) (2024-03-07)


### Features

* use eslintrc.json and give release.yml permission in GitHub Actions ([a329518](https://github.com/ixartz/Next-js-Boilerplate/commit/a32951811e157696ab915eebd6b71b09f49ccb83))

# [3.42.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.41.0...v3.42.0) (2024-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
@@ -1,6 +1,6 @@
{
"name": "next-js-boilerplate",
"version": "3.42.0",
"version": "3.43.0",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
Expand Down

0 comments on commit c99cdd5

Please sign in to comment.