From e75367a909cbe484473baf2e9b9820a2e16b1216 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Fri, 19 Oct 2018 10:54:01 +0200 Subject: [PATCH] chore(release): 2.1.4 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5a57a..c3db9da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [2.1.4](https://github.com/peerigon/parse-domain/compare/v2.1.3...v2.1.4) (2018-10-19) + + +### Bug Fixes + +* Wrong entry in package.json files ([50fe635](https://github.com/peerigon/parse-domain/commit/50fe635)) + + + ## [2.1.3](https://github.com/peerigon/parse-domain/compare/v2.1.2...v2.1.3) (2018-10-19) diff --git a/package-lock.json b/package-lock.json index 147d3b2..07835da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-domain", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fbf606f..b05b6a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-domain", - "version": "2.1.3", + "version": "2.1.4", "description": "Splits an url into sub-domain, domain and effective top-level-domain", "main": "./lib/parseDomain.js", "scripts": {