Skip to content

Commit 3c6f6db

Browse files
Release 2.0.1
1 parent 2f1ca65 commit 3c6f6db

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
2.0.1 / 2015-06-24
3+
==================
4+
5+
* fixed the double call of the callback function
6+
* phantomjs is required to run the tests
7+
* remove old tests
8+
* fix `make test`
9+
210
2.0.0 / 2015-05-30
311
==================
412

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-ray",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "structure any website",
55
"keywords": [
66
"scraper",
@@ -37,4 +37,4 @@
3737
"rimraf": "^2.3.2",
3838
"x-ray-phantom": "^1.0.0"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)