Skip to content

Commit c2e89c3

Browse files
committedOct 26, 2015
Bump libxmljs so we can run on node v4
1 parent 65d2a4b commit c2e89c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ In the process of building these...
9191

9292
## Change log
9393

94+
Version 1.0.4
95+
- Updated libxml version to 0.15.x to support node.js 4.x
96+
9497
Version 1.0.4
9598
- Updated libxml version to 0.14.x to support compilation on OSX (Thanks @jmathews)
9699

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-rss",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Node.js package for efficently creating RSS feeds",
55
"main": "lib/node-rss.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/ebensing/node-rss"
1212
},
1313
"dependencies" : {
14-
"libxmljs" : "0.14.x"
14+
"libxmljs" : "0.15.x"
1515
},
1616
"keywords": [
1717
"rss"

0 commit comments

Comments
 (0)
Please sign in to comment.