From ebdb3c546cecc83a3b79f6a980174467a5982ee7 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Fri, 22 Apr 2016 07:30:39 +0200 Subject: [PATCH] v2.3.0 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f885e7..0aa868c 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,9 @@ PNG.adjustGamma(png); Changelog ============ +### 2.3.0 - 22/04/2016 + - Support for sync in node 0.10 + ### 2.2.0 - 04/12/2015 - Add sync write api - Fix newfile example diff --git a/package.json b/package.json index 18bba57..56c5e6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pngjs", - "version": "2.2.0", + "version": "2.3.0", "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.", "contributors": [ "Alexandre Paré",