Skip to content

Commit

Permalink
release(version): Release 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2024-10-01)

### feat

* **recommended:** disable sonar config (#53) ([2ee2f3d](2ee2f3d))

### fix

* **vitest:** use vitest legacy config (#52) ([7945fc2](7945fc2))
  • Loading branch information
semantic-release-bot committed Oct 1, 2024
1 parent 4403f3a commit 449b4e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.6.0](https://github.com/capitnflam/eslint-plugin/compare/v1.5.0...v1.6.0) (2024-10-01)


### feat

* **recommended:** disable sonar config (#53) ([2ee2f3d](https://github.com/capitnflam/eslint-plugin/commit/2ee2f3dbd8a4be539a1cf07b79d51dcb590a6663))


### fix

* **vitest:** use vitest legacy config (#52) ([7945fc2](https://github.com/capitnflam/eslint-plugin/commit/7945fc2de4736bac03e4581984bed420f6312eee))

# [1.5.0](https://github.com/capitnflam/eslint-plugin/compare/v1.4.0...v1.5.0) (2024-10-01)


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,7 +1,7 @@
{
"name": "@flaminc/eslint-plugin",
"description": "Base Eslint configurations",
"version": "1.5.0",
"version": "1.6.0",
"author": "capitN.flam",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 449b4e1

Please sign in to comment.