From d9c88c4185e16637ed5a22c1b91c80e958e8d69e Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Thu, 16 Jun 2016 19:42:04 +0200 Subject: [PATCH] Updates to 1.3.2 --- HISTORY.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4c1e25d..a759a4a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +## 1.3.2 / 2016-06-16 + + * Drops support CI/Support for node v0.8 + * Adds support for node v6.x + * Adds support for emojies + * Removes Makefile in favor of npm test + * Updates XMLBuilder to 8.2 + * Updates Sax to 1.2 + ## 1.3.1 / 2015-05-23 * Adds option to specify xml encoding. diff --git a/package.json b/package.json index e6125e1..ecc8298 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "xmlrpc" , "description" : "A pure JavaScript XML-RPC client and server." , "keywords" : [ "xml-rpc", "xmlrpc", "xml", "rpc" ] -, "version" : "1.3.1" +, "version" : "1.3.2" , "preferGlobal" : false , "homepage" : "https://github.com/baalexander/node-xmlrpc" , "author" : "Brandon Alexander (https://github.com/baalexander)"