diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c984dcd..c3031a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ### Not Released +### 5.2.0 + +*2019-06-21* + +- Exclude unnecessary files from package.json [#177](https://github.com/remusao/tldts/pull/177) + ### 5.1.0 *2019-06-06* diff --git a/package-lock.json b/package-lock.json index 5699ed75..fa2bc0c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tldts", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 03fd2e9b..d4717f96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tldts", "description": "Library to work against complex domain names, subdomains and URIs.", - "version": "5.1.0", + "version": "5.2.0", "homepage": "https://github.com/remusao/tldts", "author": "RĂ©mi Berson", "contributors": [