Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Jan 24, 2012
1 parent ac85e1c commit d1b17c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
## v1.0.2 - 01/24/2012

* added; debugging info on parser errors
* fixed; exports.version

## v1.0.1 - 01/12/2012

* fixed; use of reserved keyword `super` for node v0.5+
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "gm"
, "description": "Graphics Magick for node."
, "version": "1.0.1"
, "version": "1.0.2"
, "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>"
, "keywords": ["nodejs", "graphics magick", "graphics", "magick", "image", "graphicsmagick", "imagemagick"]
, "engines": { "node": ">= 0.4.2" }
Expand Down

0 comments on commit d1b17c9

Please sign in to comment.