diff --git a/CHANGELOG.md b/CHANGELOG.md index 032520a..b00fc4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.2.0](https://github.com/peerigon/parse-domain/compare/v2.1.8...v2.2.0) (2019-05-27) + + +### Features + +* Remove runtime dependency on npm ([ad6ced2](https://github.com/peerigon/parse-domain/commit/ad6ced2)) + + + ### [2.1.8](https://github.com/peerigon/parse-domain/compare/v2.1.7...v2.1.8) (2019-05-27) diff --git a/package-lock.json b/package-lock.json index 2a0c141..50f2002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-domain", - "version": "2.1.8", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1afa326..090f481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-domain", - "version": "2.1.8", + "version": "2.2.0", "description": "Splits an url into sub-domain, domain and effective top-level-domain", "main": "./lib/parseDomain.js", "scripts": {