diff --git a/README.md b/README.md index 1f885e7..0aa868c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 18bba57..56c5e6f 100644 --- a/package.json +++ b/package.json @@ -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é",