From aca52a7e5aaa15afeacf49b34990c80510ec6b9c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Apr 2024 13:48:03 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v1.6.0=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc23254..f23eb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index be868cd..b3dcb9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jimmy.codes/eslint-config", - "version": "1.5.0", + "version": "1.6.0", "description": "another opinionated eslint config", "keywords": [ "eslint",