diff --git a/CHANGELOG.md b/CHANGELOG.md index ce10395..8f39343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# 2.0.0 (2018-06-26) + +* Rename normalizeUrl → normalizedUrl ([ce0300c](https://github.com/Kikobeats/html-urls/commit/ce0300c)) + + + ## 1.0.9 (2018-06-21) diff --git a/package.json b/package.json index 0590914..27a3ea9 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.9", + "version": "2.0.0", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",