diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7f07c..4b37fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,19 @@ with [@crystal-ball/semantic-release-base](https://github.com/crystal-ball/seman > - 🛠 - Fixes +## [15.0.0](https://github.com/crystal-ball/eslint-config-eloquence/compare/v14.12.1...v15.0.0) (2020-09-12) + + +### 💥 Breaking Changes! + +* Use `enableTS` and `enableESM` to disable TypeScript and ESModule configs when +necessary. + + +#### 💖 New + +* TS by default support 💖 (#243)([7ade772](https://github.com/crystal-ball/eslint-config-eloquence/commit/7ade7724eb94cd0101a983482b2952634ef6c146)), closes [#243](https://github.com/crystal-ball/eslint-config-eloquence/issue/243) + ### [14.12.1](https://github.com/crystal-ball/eslint-config-eloquence/compare/v14.12.0...v14.12.1) (2020-09-12) diff --git a/package.json b/package.json index 4ba98b1..0e5d8a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-eloquence", - "version": "14.12.1", + "version": "15.0.0", "description": "Adaptive, robust, elqouent ESLint configuration", "main": "./src/index.js", "type": "commonjs",