This commit is contained in:
Luke Page 2017-11-15 19:40:12 +01:00
parent bdc384e9c3
commit a3d9c92eec
2 changed files with 9 additions and 1 deletions

View file

@ -291,6 +291,14 @@ PNG.adjustGamma(png);
Changelog Changelog
============ ============
### 3.3.1 - 15/11/2017
- Bugfixes and removal of es6
### 3.3.0
- Add writing 16 bit channels and support for grayscale input
### 3.2.0 - 30/04/2017 ### 3.2.0 - 30/04/2017
- Support for encoding 8-bit grayscale images - Support for encoding 8-bit grayscale images

View file

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