release 1.3.1

master 1.3.1
Aaron Heckmann 12 years ago
parent c819c0e3da
commit 379d04349c
  1. 6
      History.md
  2. 2
      package.json

@ -1,4 +1,10 @@
## v1.3.1 - 06/06/2012
* fixed; thumb() alignment and cropping [thomaschaaf]
* added; hint when graphicsmagick is not installed (#62)
* fixed; minify() (#59)
## v1.3.0 - 04/11/2012
* added; flatten support [jwarchol]

@ -1,6 +1,6 @@
{ "name": "gm"
, "description": "Graphics Magick for node."
, "version": "1.3.0"
, "version": "1.3.1"
, "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>"
, "keywords": ["nodejs", "graphics magick", "graphics", "magick", "image", "graphicsmagick", "imagemagick"]
, "engines": { "node": ">= 0.4.2" }

Loading…
Cancel
Save