mirror of
https://github.com/danbulant/pngjs
synced 2026-07-08 12:40:35 +00:00
v3.3.2
This commit is contained in:
parent
f5acfc5855
commit
f947e3fcfb
2 changed files with 5 additions and 1 deletions
|
|
@ -291,6 +291,10 @@ PNG.adjustGamma(png);
|
||||||
Changelog
|
Changelog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
### 3.3.2 - 16/02/2018
|
||||||
|
|
||||||
|
- Fix for node 9
|
||||||
|
|
||||||
### 3.3.1 - 15/11/2017
|
### 3.3.1 - 15/11/2017
|
||||||
|
|
||||||
- Bugfixes and removal of es6
|
- Bugfixes and removal of es6
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pngjs",
|
"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.",
|
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Alexandre Paré",
|
"Alexandre Paré",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue