diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef93e1..81de150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 2.2.1 (2018-09-16) + +* Refactor ([f5e23de](https://github.com/Kikobeats/html-urls/commit/f5e23de)) + + + # 2.2.0 (2018-09-16) diff --git a/package.json b/package.json index f160030..5825c24 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.2.0", + "version": "2.2.1", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",