Skip to content

Commit

Permalink
Updates to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Jun 16, 2016
1 parent d0702b8 commit d9c88c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/baalexander)"
Expand Down

0 comments on commit d9c88c4

Please sign in to comment.