diff --git a/CHANGELOG.md b/CHANGELOG.md index be30ceb..164cf49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## 2.3.1 (2018-11-16) + +* fix(package): update @metascraper/helpers to version 4.5.5 ([9af4a4f](https://github.com/Kikobeats/html-urls/commit/9af4a4f)) +* fix(package): update @metascraper/helpers to version 4.7.0 ([967577e](https://github.com/Kikobeats/html-urls/commit/967577e)) + + + # 2.3.0 (2018-09-17) diff --git a/package.json b/package.json index 5a070b4..ffd0aa4 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.3.0", + "version": "2.3.1", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",