This commit is contained in:
Luke Page 2018-02-16 09:55:43 +01:00
parent f5acfc5855
commit f947e3fcfb
2 changed files with 5 additions and 1 deletions

View file

@ -291,6 +291,10 @@ PNG.adjustGamma(png);
Changelog
============
### 3.3.2 - 16/02/2018
- Fix for node 9
### 3.3.1 - 15/11/2017
- Bugfixes and removal of es6

View file

@ -1,6 +1,6 @@
{
"name": "pngjs",
"version": "3.3.1",
"version": "3.3.2",
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
"contributors": [
"Alexandre Paré",