This commit is contained in:
Luke Page 2017-02-16 07:09:50 +01:00
parent 2c5f972566
commit d64454721c
2 changed files with 6 additions and 2 deletions

View file

@ -269,6 +269,9 @@ PNG.adjustGamma(png);
Changelog
============
### 3.0.1 - 16/02/2017
- Fix single pixel pngs
### 3.0.0 - 03/08/2016
- Drop support for node below v4 and iojs. Pin to 2.3.0 to use with old, unsupported or patched node versions.

View file

@ -1,6 +1,6 @@
{
"name": "pngjs",
"version": "3.0.0",
"version": "3.0.1",
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
"contributors": [
"Alexandre Paré",
@ -11,7 +11,8 @@
"Pietajan De Potter",
"Steven Sojka",
"liangzeng",
"Michael Vogt"
"Michael Vogt",
"Xin-Xin Wang"
],
"homepage": "https://github.com/lukeapage/pngjs",
"keywords": [