From ae7b0a1534dbc6d704e4a35458b9181163a51cc2 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Thu, 19 Apr 2018 22:06:27 +0200 Subject: [PATCH] v3.3.3 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 239958f..b9ed200 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,10 @@ PNG.adjustGamma(png); Changelog ============ +### 3.3.3 - 19/04/2018 + +- Real fix for node 9 + ### 3.3.2 - 16/02/2018 - Fix for node 9 diff --git a/package.json b/package.json index 39102d8..6299652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pngjs", - "version": "3.3.2", + "version": "3.3.3", "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.", "contributors": [ "Alexandre Paré",