diff --git a/README.md b/README.md index a2848bd..7a34f57 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,9 @@ PNG.adjustGamma(png); Changelog ============ +### 3.1.0 - 30/04/2017 + - Support for pngs with zlib chunks that are malformed after valid data + ### 3.0.1 - 16/02/2017 - Fix single pixel pngs diff --git a/package.json b/package.json index 88822b8..7693a06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pngjs", - "version": "3.0.1", + "version": "3.1.0", "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.", "contributors": [ "Alexandre Paré", @@ -12,7 +12,8 @@ "Steven Sojka", "liangzeng", "Michael Vogt", - "Xin-Xin Wang" + "Xin-Xin Wang", + "toriningen" ], "homepage": "https://github.com/lukeapage/pngjs", "keywords": [