mirror of
https://github.com/danbulant/pngjs
synced 2026-06-22 00:01:55 +00:00
v3.3.3
This commit is contained in:
parent
0a6201df87
commit
ae7b0a1534
2 changed files with 5 additions and 1 deletions
|
|
@ -291,6 +291,10 @@ PNG.adjustGamma(png);
|
|||
Changelog
|
||||
============
|
||||
|
||||
### 3.3.3 - 19/04/2018
|
||||
|
||||
- Real fix for node 9
|
||||
|
||||
### 3.3.2 - 16/02/2018
|
||||
|
||||
- Fix for node 9
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pngjs",
|
||||
"version": "3.3.2",
|
||||
"version": "3.3.3",
|
||||
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
||||
"contributors": [
|
||||
"Alexandre Paré",
|
||||
|
|
|
|||
Loading…
Reference in a new issue