We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183397e commit 29f7977Copy full SHA for 29f7977
History.md
@@ -1,4 +1,11 @@
1
2
+0.13.1 / 2014-01-07
3
+==================
4
+
5
+ * Fix select with context in Cheerio function (@jugglinmike)
6
+ * Remove unecessary DOM maintenance logic (@jugglinmike)
7
+ * Deprecate support for node 0.6
8
9
0.13.0 / 2013-12-30
10
==================
11
package.json
@@ -8,7 +8,7 @@
"selector",
"scraper"
],
- "version": "0.13.0",
+ "version": "0.13.1",
12
"repository": {
13
"type": "git",
14
"url": "git://github.com/MatthewMueller/cheerio.git"
0 commit comments