diff --git a/CHANGELOG.md b/CHANGELOG.md index 93be89b..c58b6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ node-webcrawler ChangeLog ------------------------- +1.1.2 + * Recognize all XML MIME types to inject jQuery [#245](https://github.com/bda-research/node-crawler/pull/245) + * Allow options to specify the Agent for Request [#246](https://github.com/bda-research/node-crawler/pull/246) + * Added logo + 1.1.1 * added a way to replace the global options.headers keys by queuing options.headers [#241](https://github.com/bda-research/node-crawler/issues/241) * fix bug of using last jar object if current options doesn't contain `jar` option [#240](https://github.com/bda-research/node-crawler/issues/240) diff --git a/package.json b/package.json index 39270a2..08c3669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crawler", - "version": "1.1.1", + "version": "1.1.2", "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": {