From 228e6128c62d586f39eeed31df25ac28a36d7e3f Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 20 May 2019 10:39:10 +0200 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5ac81..678f788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# 1.2.0 (2019-05-20) + +* feat: detect duplicate protocol ([500c0d7](https://github.com/Kikobeats/is-url-http/commit/500c0d7)) + + + ## 1.1.3 (2019-03-03) diff --git a/package.json b/package.json index f6118fc..76cf516 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "is-url-http", "description": "Check if an URL is a valid HTTP URL.", "homepage": "https://documentup.com/Kikobeats/is-url-http", - "version": "1.1.3", + "version": "1.2.0", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",