From 5f81fc19ef7358b8296659e44ee21dbb321ce17a Mon Sep 17 00:00:00 2001 From: Adam Meadows Date: Tue, 27 Jun 2017 14:08:20 -0600 Subject: [PATCH] Fixed pr-bumper config --- .pr-bumper.json | 6 +++++- CHANGELOG.md | 15 +++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.pr-bumper.json b/.pr-bumper.json index 6fea9c9..8c56a37 100644 --- a/.pr-bumper.json +++ b/.pr-bumper.json @@ -1,3 +1,7 @@ { - "dependencySnapshotFile": "" + "features": { + "changelog": { + "enabled": true + } + } } diff --git a/CHANGELOG.md b/CHANGELOG.md index f8efd14..0481667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 7.0.0 (2017-06-27) +* **Upgraded** `eslint-config-standard` from `5.x` to `10.x` +* **Added** explicit disabling of `import/first` rule to allow us to destructure `Ember` directly below import +* **Added** `mocha/valid-test-descriptions` (Resolves [#38](https://github.com/ciena-frost/eslint-config-frost-standard/issues/38)) +* **Added** `mocha/no-mocha-arrows` (Resolves [#37](https://github.com/ciena-frost/eslint-config-frost-standard/issues/37)) +* **Added** `no-var` rule to enforce using `let` or `const` instead of `var`, b/c who the heck wants to use `var` anyway ;) +* **Updated** documentation in `README.md` for additional rules we've added. +* **Upgraded** `pr-bumper` to `3.x` +* **Switched** from `npm` to `yarn` for installing dependencies. +* **Added** `node@8` to build matrix. +* **Added** the ability to detect consuming project name and add it to `localPrefixes` automatically, and tested it by locally installing in an app. + # 6.0.2 (2017-06-24) * **Upgraded** to `eslint-plugin-ember-standard@0.0.23` @@ -43,7 +55,7 @@ # 5.0.0 -* **Added** an additional rule: `no-unused-expressions` which will disallow `expect(foo).to.be.true` style assertions. See [this issue](https://github.com/chaijs/chai/issues/726) for more info. +* **Added** an additional rule: `no-unused-expressions` which will disallow `expect(foo).to.be.true` style assertions. See [this issue](https://github.com/chaijs/chai/issues/726) for more info. # 4.0.1 @@ -69,4 +81,3 @@ # 2.1.0 * Added camelcase property for variables * Added max-len property of 120 chars per line -