Skip to content

Commit

Permalink
chore: πŸ€– release v1.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-04-13)

### Bug Fixes

* πŸ› prevent redundant renaming by adding `no-useless-rename` ([ff5c130](ff5c130))

### Features

* ✨ add type definitions for rules available ([66949d1](66949d1))
* ✨ improve `curly` rule by adding consistency ([b464c37](b464c37))
* ✨ remove `simple-import-sort` type stubs ([78a1ad0](78a1ad0))
  • Loading branch information
semantic-release-bot committed Apr 13, 2024
1 parent ff5c130 commit aca52a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.6.0](https://github.com/jimmy-guzman/eslint-config/compare/v1.5.0...v1.6.0) (2024-04-13)


### Bug Fixes

* πŸ› prevent redundant renaming by adding `no-useless-rename` ([ff5c130](https://github.com/jimmy-guzman/eslint-config/commit/ff5c1306d161c6e253f27dbb4f4f593015ecfbe9))


### Features

* ✨ add type definitions for rules available ([66949d1](https://github.com/jimmy-guzman/eslint-config/commit/66949d1ad11346db9b61d8c0980bfc0773022c2e))
* ✨ improve `curly` rule by adding consistency ([b464c37](https://github.com/jimmy-guzman/eslint-config/commit/b464c37de337d02e6178487cb6a1c03b29f78822))
* ✨ remove `simple-import-sort` type stubs ([78a1ad0](https://github.com/jimmy-guzman/eslint-config/commit/78a1ad0eed2e01c95a745ca2501018ef5bedcdf3))

# [1.5.0](https://github.com/jimmy-guzman/eslint-config/compare/v1.4.0...v1.5.0) (2024-04-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimmy.codes/eslint-config",
"version": "1.5.0",
"version": "1.6.0",
"description": "another opinionated eslint config",
"keywords": [
"eslint",
Expand Down

0 comments on commit aca52a7

Please sign in to comment.