diff --git a/.changeset/tough-adults-explode.md b/.changeset/tough-adults-explode.md deleted file mode 100644 index 5e896757..00000000 --- a/.changeset/tough-adults-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/eslint-plugin": patch ---- - -Configure new recommended @typescript-eslint rules after updating the package. diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 3cf0b212..bc3161db 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/eslint-plugin +## 3.2.5 + +### Patch Changes + +- [#223](https://github.com/gsoft-inc/wl-web-configs/pull/223) [`73b1935`](https://github.com/gsoft-inc/wl-web-configs/commit/73b19350d689a6de7724cbbc578e283004d8c33d) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Configure new recommended @typescript-eslint rules after updating the package. + ## 3.2.4 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 98f3de1f..f26f221d 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": "3.2.4", + "version": "3.2.5", "license": "Apache-2.0", "repository": { "type": "git",