Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Jun 23, 2015
1 parent 6397a26 commit 1d412d0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,30 @@
## 0.3.0 (June 23, 2015)

### Features

* Add new rule handle-done-callback (#15)

### Build-Related

* Refactor package.json scripts (#17)
* Disable sudo on travis-ci (#10)
* Run travis build on node 0.12 and iojs (#11)
* Ignore log files and .idea folder (#9)
* Add changelog (#8)

### Documentation

* Fix links to mocha website (#16)
* Add install documentation to README (#14)

### Dependency Upgrades

* Update dependencies (#18)
* Update pr-log (#13)
* Update eslint (#12)
* Update dev dependencies (#7)


## 0.2.2 (October 25, 2014)

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

0 comments on commit 1d412d0

Please sign in to comment.