Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed May 16, 2024
1 parent ef16179 commit 9289dc0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
Expand Down

0 comments on commit 9289dc0

Please sign in to comment.