This commit is contained in:
Luke Page 2016-04-22 07:30:39 +02:00
parent e1c1022162
commit ebdb3c546c
2 changed files with 4 additions and 1 deletions

View file

@ -268,6 +268,9 @@ PNG.adjustGamma(png);
Changelog
============
### 2.3.0 - 22/04/2016
- Support for sync in node 0.10
### 2.2.0 - 04/12/2015
- Add sync write api
- Fix newfile example

View file

@ -1,6 +1,6 @@
{
"name": "pngjs",
"version": "2.2.0",
"version": "2.3.0",
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
"contributors": [
"Alexandre Paré",