Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Sep 17, 2015
1 parent dbc7f12 commit 070db74
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,26 @@
## 1.0.0 (September 17, 2015)

### Enhancements

* Implement autofix for no-exclusive-tests (#34)
* Improve detection if done callback is handled (#23)
* Add integration tests (#30)
* Instrumment all sources for coverage (#29)

### Build-Related

* Add node 4 to travis-ci build (#42)

### Dependency Upgrades

* Update devDependencies (#43)
* Update eslint (#31)

### Documentation

* Add NPM Downloads badge (#41)
* Badges in README.md should only show master status (#40)

## 0.5.1 (August 20, 2015)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mocha",
"version": "0.5.1",
"version": "1.0.0",
"description": "Eslint rules for mocha.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 070db74

Please sign in to comment.