Skip to content

Commit

Permalink
Automated version bump [ci skip]
Browse files Browse the repository at this point in the history
From CI build 55
  • Loading branch information
travis-ci-ciena committed Nov 17, 2016
1 parent 1dab2c9 commit 8cffca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,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.


# 4.0.1
* **Updated** `eslint-plugin-mocha` to allow us to stop using the fork from `job13er`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-frost-standard",
"version": "4.0.1",
"version": "5.0.0",
"description": "Standard ESLint rules for Frost projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8cffca0

Please sign in to comment.