From f947e3fcfba450a1cec59380e66d7baa0a199814 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Fri, 16 Feb 2018 09:55:43 +0100 Subject: [PATCH] v3.3.2 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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é",