From 53bd460f4f5d45ffae8bcaf7d99f4a66d3b6ec35 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Mon, 3 Aug 2015 22:46:14 +0100 Subject: [PATCH] v0.0.3 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb0f757..0e03fec 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,10 @@ Gamma of image (0 if not specified) Changelog ============ +### 0.0.3 - 03/08/2015 + - Error handling fixes + - ignore files for smaller npm footprint + ### 0.0.2 - 02/08/2015 - Bugfixes to interlacing, support for transparent colours diff --git a/package.json b/package.json index b88f5c4..a176d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pngjs2", - "version": "0.0.2", + "version": "0.0.3", "description": "Pure JS PNG encoder/decoder", "contributors": [ "Alexandre Paré",