diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4be37..5118b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.0] - 2016-05-02 + +- Stricter checking of hostnames +- Reuse hostname check for subdomains +- Use more reliable checks for end of sentence +- Match custom schemes +- Improve regex readability + ## [1.2.0] - 2016-05-01 - Don't allow dots in hostname @@ -24,6 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - First release +[1.3.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/lukechilds/my-name-is-url/compare/v0.0.0...v1.0.0 diff --git a/package.json b/package.json index 76be7e9..38d826a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-name-is-url", - "version": "1.2.0", + "version": "1.3.0", "description": "Intelligent URL parser", "keywords": [ "urls",