diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c18574..7101907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.2](https://github.com/Kikobeats/reachable-url/compare/v1.3.1...v1.3.2) (2020-01-26) + + +### Bug Fixes + +* identation ([38085f0](https://github.com/Kikobeats/reachable-url/commit/38085f071d2de7ec9ec12488f3a0073cc3eee854)) + ### [1.3.1](https://github.com/Kikobeats/reachable-url/compare/v1.3.0...v1.3.1) (2020-01-23) ## [1.3.0](https://github.com/Kikobeats/reachable-url/compare/v1.2.4...v1.3.0) (2020-01-22) diff --git a/package.json b/package.json index 414ae32..3c07ada 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "reachable-url", "description": "Given an url resolve it as fast as possible", "homepage": "https://nicedoc.io/Kikobeats/reachable-url", - "version": "1.3.1", + "version": "1.3.2", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",