This commit is contained in:
Luke Page 2020-04-15 21:16:02 +02:00
parent 792e432c9c
commit c3a2ba2cc5
2 changed files with 10 additions and 1 deletions

View file

@ -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

View file

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