diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b38ee..15cde57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## 2.1.1 (2018-07-23) + +* Update tests ([7115b20](https://github.com/Kikobeats/html-urls/commit/7115b20)) +* Use last version ([2bbb066](https://github.com/Kikobeats/html-urls/commit/2bbb066)) + + + # 2.1.0 (2018-07-06) diff --git a/package.json b/package.json index 89347d7..ee5b9ee 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": "2.1.0", + "version": "2.1.1", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",