From d126c248c3bfac4c6e323c48f29f2d9f2f811310 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Sep 2020 22:25:00 +0000 Subject: [PATCH] =?UTF-8?q?Release:=2015.0.0=20=F0=9F=94=96=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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",