This commit is contained in:
Luke Page 2015-08-03 22:46:14 +01:00
parent d6b6f66bf4
commit 53bd460f4f
2 changed files with 5 additions and 1 deletions

View file

@ -189,6 +189,10 @@ Gamma of image (0 if not specified)
Changelog
============
### 0.0.3 - 03/08/2015
- Error handling fixes
- ignore files for smaller npm footprint
### 0.0.2 - 02/08/2015
- Bugfixes to interlacing, support for transparent colours

View file

@ -1,6 +1,6 @@
{
"name": "pngjs2",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pure JS PNG encoder/decoder",
"contributors": [
"Alexandre Paré",