diff --git a/CHANGELOG.md b/CHANGELOG.md index 29985e4..ce10395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 1.0.9 (2018-06-21) + +* Expose tags and cheerio opts ([9c27283](https://github.com/Kikobeats/html-urls/commit/9c27283)) + + + ## 1.0.8 (2018-05-30) diff --git a/package.json b/package.json index 8e09d79..0590914 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "html-urls", "description": "Get all links from a HTML markup", "homepage": "https://documentup.com/Kikobeats/html-urls", - "version": "1.0.8", + "version": "1.0.9", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",