Browse Source

1.3.2

pull/3/head v1.3.2
Luke Childs 9 years ago
parent
commit
cad7309085
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -3,6 +3,14 @@
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.3.2] - 2016-05-23
- Generate source maps for code coverage
- Remove Code Climate integration
- Migrate tests to AVA
- Update jspm command with registry alias
- Add better API docs
## [1.3.1] - 2016-05-02 ## [1.3.1] - 2016-05-02
- Fix hostname/subdomain matching - Fix hostname/subdomain matching
@ -37,6 +45,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- First release - First release
[1.3.2]: https://github.com/lukechilds/my-name-is-url/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/lukechilds/my-name-is-url/compare/v1.3.0...v1.3.1 [1.3.1]: https://github.com/lukechilds/my-name-is-url/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.2.0...v1.3.0 [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.2.0]: https://github.com/lukechilds/my-name-is-url/compare/v1.1.0...v1.2.0

2
package.json

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

Loading…
Cancel
Save