Skip to content

Commit

Permalink
release 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 3, 2016
1 parent f33021e commit d650da6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

1.23.0 / 2016-08-03

* fixed; webpack support #547 sean-shirazi
* fixed; windows support - use cross-spawn to spawn processes #537 bdukes
* added; allow thumbnail to accept the same options as resize #527 Sebmaster
* added; dispose support #487 dlwr
* docs; add example of loading image from URL #544 wahengchang
* docs; Fix a link in README.md #532 clbn
* travis; update travis versions #551 amilajack

1.22.0 / 2016-04-07

* fixed; identity parser: support multi-value keys by creating an array #508 #509 [emaniacs](https://github.com/emaniacs)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gm",
"description": "GraphicsMagick and ImageMagick for node.js",
"version": "1.22.0",
"version": "1.23.0",
"author": "Aaron Heckmann <[email protected]>",
"keywords": [
"graphics",
Expand Down

0 comments on commit d650da6

Please sign in to comment.