From dfd6bd8ac7adba0d70a5f9ec24c743cf560e0368 Mon Sep 17 00:00:00 2001 From: Kiko Date: Wed, 21 Oct 2020 08:35:46 +0000 Subject: [PATCH] chore(release): 1.4.16 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090af2f..97e43d7 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.4.16](https://github.com/Kikobeats/reachable-url/compare/v1.4.15...v1.4.16) (2020-10-21) + ### [1.4.15](https://github.com/Kikobeats/reachable-url/compare/v1.4.14...v1.4.15) (2020-09-20) ### [1.4.14](https://github.com/Kikobeats/reachable-url/compare/v1.4.13...v1.4.14) (2020-09-04) diff --git a/package.json b/package.json index 838e051..ed3c453 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.4.15", + "version": "1.4.16", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",