diff --git a/README.md b/README.md index 38e4bdb..ef4a9ed 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,9 @@ PNG.adjustGamma(png); Changelog ============ +### 3.0.1 - 16/02/2017 + - Fix single pixel pngs + ### 3.0.0 - 03/08/2016 - Drop support for node below v4 and iojs. Pin to 2.3.0 to use with old, unsupported or patched node versions. diff --git a/package.json b/package.json index 34f04ab..88822b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pngjs", - "version": "3.0.0", + "version": "3.0.1", "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.", "contributors": [ "Alexandre Paré", @@ -11,7 +11,8 @@ "Pietajan De Potter", "Steven Sojka", "liangzeng", - "Michael Vogt" + "Michael Vogt", + "Xin-Xin Wang" ], "homepage": "https://github.com/lukeapage/pngjs", "keywords": [