Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Visco committed Jan 25, 2016
1 parent 115d932 commit 0c88834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### v0.9.1 - January 25, 2016

* API: introduce getAmdCallback() to utils API (fixes #65) (Ondrej Brejla)
* Fix: Sort-amd-path rule should ignore some paths (fixes #63) (Ondrej Brejla)

### v0.9.0 - January 24, 2016

* Build: Update dependency versions (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": "0.9.0",
"version": "0.9.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 0c88834

Please sign in to comment.