diff --git a/.changeset/heavy-berries-boil.md b/.changeset/heavy-berries-boil.md deleted file mode 100644 index d85924f3..00000000 --- a/.changeset/heavy-berries-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/eslint-plugin": major ---- - -Added accessibility rules to the eslint config diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 2c476f17..4e5e4171 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/eslint-plugin +## 3.0.0 + +### Major Changes + +- [#148](https://github.com/gsoft-inc/wl-web-configs/pull/148) [`fdae0cd`](https://github.com/gsoft-inc/wl-web-configs/commit/fdae0cdc4248278541c1740c556baf6ccdcf04e1) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Added accessibility rules to the eslint config + ## 2.1.1 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 59ba4a86..10c175e1 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -2,7 +2,7 @@ "name": "@workleap/eslint-plugin", "author": "Workleap", "description": "Workleap recommended ESLint rules and configurations.", - "version": "2.1.1", + "version": "3.0.0", "keywords": [ "workleap", "eslint",