Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Visco committed Jul 16, 2016
1 parent dd09848 commit ed2c9e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
### v2.0.1 - July 16, 2016

* Chore: Add .npmignore (fixes #91) (Casey Visco)
* Chore: Implement `unique` util function (fixes #89) (Casey Visco)
* Chore: Implement `repeat` util function (fixes #87) (Casey Visco)

### v2.0.0 - July 16, 2016

* Breaking: Bump ESLint peer version to 2.0.0 (fixes #76) (Casey Visco)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-requirejs",
"author": "Casey Visco <cvisco@gmail.com>",
"version": "2.0.0",
"version": "2.0.1",
"description": "Enforce code conventions for RequireJS modules with ESLint",
"homepage": "https://github.com/cvisco/eslint-plugin-requirejs",
"main": "index.js",
Expand Down

0 comments on commit ed2c9e1

Please sign in to comment.