diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2c650..3a171c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ with [@crystal-ball/semantic-release-base](https://github.com/crystal-ball/seman > - 🛠 - Fixes +### [14.11.1](https://github.com/crystal-ball/eslint-config-eloquence/compare/v14.11.0...v14.11.1) (2020-09-05) + + +#### 🛠 Fix + +* TS scope rules 🎊 (#238)([8e6e2a9](https://github.com/crystal-ball/eslint-config-eloquence/commit/8e6e2a94dba1bdbc275512f77a699c0ab3553f38)), closes [#238](https://github.com/crystal-ball/eslint-config-eloquence/issue/238) + ## [14.11.0](https://github.com/crystal-ball/eslint-config-eloquence/compare/v14.10.0...v14.11.0) (2020-09-04) diff --git a/package.json b/package.json index 3e6c1b1..f8cbb6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-eloquence", - "version": "14.11.0", + "version": "14.11.1", "description": "Adaptive, robust, elqouent ESLint configuration", "main": "./src/index.js", "type": "commonjs",