diff --git a/History.md b/History.md index aece55e..772015e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ + +1.2.3 / 2015-05-21 +================== + + * Update TJ Holowaychuk's username in the readme + * Fix segmentation fault in `Image::loadFromBuffer` when buffer is empty + * Optimize getImageData() + * package: add "license" attribute + * package: update "nan" to v1.8.4 + * package: append `.git` to "repository" URL + 1.2.2 / 2015-04-18 ================== diff --git a/package.json b/package.json index 50d0f12..133f28f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "1.2.2", + "version": "1.2.3", "author": "TJ Holowaychuk ", "contributors": [ "Nathan Rajlich ",