Skip to content

Commit

Permalink
chore(release): 1.7.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.4](v1.7.3...v1.7.4) (2024-12-20)

### Bug Fixes

* remove custom framework configuration for i18n-ally vscode ([63f87fe](63f87fe))
* use new vitest vscode setting for preventing automatic opening of the test results ([2a2b945](2a2b945))
  • Loading branch information
semantic-release-bot committed Dec 20, 2024
1 parent 5a7c154 commit d41fc58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.7.4](https://github.com/ixartz/SaaS-Boilerplate/compare/v1.7.3...v1.7.4) (2024-12-20)


### Bug Fixes

* remove custom framework configuration for i18n-ally vscode ([63f87fe](https://github.com/ixartz/SaaS-Boilerplate/commit/63f87feb3c0cb186c500ef9bed9cb50d7309224d))
* use new vitest vscode setting for preventing automatic opening of the test results ([2a2b945](https://github.com/ixartz/SaaS-Boilerplate/commit/2a2b945050f8d19883d6f2a8a6ec5ccf8b1f4173))

## [1.7.3](https://github.com/ixartz/SaaS-Boilerplate/compare/v1.7.2...v1.7.3) (2024-11-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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saas-boilerplate",
"version": "1.7.3",
"version": "1.7.4",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
Expand Down

0 comments on commit d41fc58

Please sign in to comment.