We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d2a4b commit c2e89c3Copy full SHA for c2e89c3
README.md
@@ -91,6 +91,9 @@ In the process of building these...
91
92
## Change log
93
94
+Version 1.0.4
95
+ - Updated libxml version to 0.15.x to support node.js 4.x
96
+
97
Version 1.0.4
98
- Updated libxml version to 0.14.x to support compilation on OSX (Thanks @jmathews)
99
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-rss",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Node.js package for efficently creating RSS feeds",
5
"main": "lib/node-rss.js",
6
"scripts": {
@@ -11,7 +11,7 @@
11
"url": "https://github.com/ebensing/node-rss"
12
},
13
"dependencies" : {
14
- "libxmljs" : "0.14.x"
+ "libxmljs" : "0.15.x"
15
16
"keywords": [
17
"rss"
0 commit comments