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é",