From c3a2ba2cc5e0e95c0f2dd8d31a4a4c7f9dc09dd1 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Wed, 15 Apr 2020 21:16:02 +0200 Subject: [PATCH] v5.0.0 --- README.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ae7aa3..1b07d33 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,15 @@ PNG.adjustGamma(png); # Changelog +### 5.0.0 - 15/04/2020 + +- Drop support for Node 8 +- Browserified bundle may now contain ES20(15-20) code if the supported node version supports it. Please run the browserified version through babel if you need to support older browsers. + +### 4.0.1 - 15/04/2020 + +- Fix to possible null reference in nextTick of async method + ### 4.0.0 - 09/04/2020 - Fix issue in newer nodes with using Buffer diff --git a/package.json b/package.json index bc31027..12a9871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pngjs", - "version": "4.0.0", + "version": "5.0.0", "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.", "contributors": [ "Alexandre Paré",