Browse Source

1.2.0

pull/3/head v1.2.0
Luke Childs 9 years ago
parent
commit
d08c919f7b
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [1.2.0] - 2016-05-01
- Don't allow dots in hostname
- Match optional subdomain
## [1.1.0] - 2016-04-30 ## [1.1.0] - 2016-04-30
- Added test coverage - Added test coverage
@ -19,5 +24,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- First release - First release
[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.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 [1.0.0]: https://github.com/lukechilds/my-name-is-url/compare/v0.0.0...v1.0.0

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "my-name-is-url", "name": "my-name-is-url",
"version": "1.1.0", "version": "1.2.0",
"description": "Intelligent URL parser", "description": "Intelligent URL parser",
"keywords": [ "keywords": [
"urls", "urls",

Loading…
Cancel
Save