This commit is contained in:
Luke Page 2018-04-19 22:06:27 +02:00
parent 0a6201df87
commit ae7b0a1534
2 changed files with 5 additions and 1 deletions

View file

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

View file

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