Skip to content

Commit

Permalink
Bump version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Jun 18, 2014
1 parent 950b3da commit ff80ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -190,6 +190,8 @@ The hint affects only *next* line.

## Changelog

* 1.3.1 (2014/06/18)
* Bugfix: Don't remove ignored provides [#46](https://github.com/teppeis/fixclosure/pull/46)
* 1.3.0 (2014/06/10)
* Add `--provideRoots` and `--requireRoots` and make `--roots` deprecated.
* Add "fixclosure: ignore" and make "fixclosure: suppressUnused" deprecated [#44](https://github.com/teppeis/fixclosure/pull/44)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fixclosure",
"version": "1.3.0",
"version": "1.3.1",
"description": "JavaScript dependency checker/fixer for Closure Library based on Esprima",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit ff80ae2

Please sign in to comment.