Skip to content

Commit

Permalink
chore(release): 3.44.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.44.0](v3.43.0...v3.44.0) (2024-04-02)

### Features

* run migration only in development and eslint-disable need to be at the top ([db94f31](db94f31))
  • Loading branch information
semantic-release-bot committed Apr 2, 2024
1 parent ffaf294 commit fde46a3
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.44.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.43.0...v3.44.0) (2024-04-02)


### Features

* run migration only in development and eslint-disable need to be at the top ([db94f31](https://github.com/ixartz/Next-js-Boilerplate/commit/db94f31615cd5ffcc3739ab56572646f7ce1f177))

# [3.43.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.42.0...v3.43.0) (2024-03-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.43.0",
"version": "3.44.0",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
Expand Down

0 comments on commit fde46a3

Please sign in to comment.