diff --git a/README.md b/README.md index 3fe9ec5..239958f 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,10 @@ PNG.adjustGamma(png); Changelog ============ +### 3.3.2 - 16/02/2018 + +- Fix for node 9 + ### 3.3.1 - 15/11/2017 - Bugfixes and removal of es6 diff --git a/package.json b/package.json index 46a60a1..39102d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pngjs", - "version": "3.3.1", + "version": "3.3.2", "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.", "contributors": [ "Alexandre Paré",