diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..8b8a1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,18 @@ # Changelog + +## [1.1.0](https://github.com/tresjs/eslint-config/compare/1.0.0...1.1.0) (2024-05-16) + + +### 🚀 Features + +* added exception to rule `vue/attribute-hyphenation` ([b70f2fa](https://github.com/tresjs/eslint-config/commit/b70f2fa94123751f05a4e64ff5fb1a3043757090)) + + +### 🩹 Bug Fixes + +* import correct flatconfig type ([b97879f](https://github.com/tresjs/eslint-config/commit/b97879f5d88487e93f510c18a92ecdddbfa49b55)) + + +### ⚙️ Refactor + +* add rule for hyphenation to the right place ([7d6ac43](https://github.com/tresjs/eslint-config/commit/7d6ac4383dd78192cca89de133980593b0ee0efa)) diff --git a/package.json b/package.json index eeda2ce..0c7ded1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/eslint-config", "type": "module", - "version": "1.0.0", + "version": "1.1.0", "packageManager": "pnpm@8.15.4", "description": "Opinionated ESLint configuration for Tres.js ecosystem", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",