diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd46e6..8340679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2.2](https://github.com/Kikobeats/reachable-url/compare/v1.2.1...v1.2.2) (2019-12-18) + ### [1.2.1](https://github.com/Kikobeats/reachable-url/compare/v1.2.0...v1.2.1) (2019-08-18) ## [1.2.0](https://github.com/Kikobeats/reachable-url/compare/v1.1.9...v1.2.0) (2019-08-10) diff --git a/package.json b/package.json index bcf00b6..fb3205c 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.2.1", + "version": "1.2.2", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",