Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mike442144 committed Apr 10, 2017
1 parent 4542cf3 commit 16e372b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
node_js:
- 4.6.2
- 6.9.1
- 6.10.2
- 7.8.0
os:
- linux
- osx
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
node-webcrawler ChangeLog
-------------------------

1.0.4
* fix bug of charset detecting [#203](https://github.com/bda-research/node-crawler/issues/203)
* keep node version update to date in travis scripts

1.0.3
* fix bug, skipDuplicate and rotateUA don't work even if set true

1.0.0
* upgrade jsdom up to 9.6.x
* remove 0.10 and 0.12 support [#170](https://github.com/bda-research/node-crawler/issues/170)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawler",
"version": "1.0.3",
"version": "1.0.4",
"description": "Crawler is a web spider written with Nodejs. It gives you the full power of jQuery on the server to parse a big number of pages as they are downloaded, asynchronously",
"main": "./lib/crawler.js",
"directories": {
Expand Down

0 comments on commit 16e372b

Please sign in to comment.