Skip to content

Commit 02d3a0c

Browse files
authored
Merge pull request #150 from remusao/release-5.0.1
Release v5.0.1
2 parents 4cd376a + 1c46819 commit 02d3a0c

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
### Not Released
44

5+
### 5.0.1
6+
7+
*2019-05-23*
8+
9+
- [#150](https://github.com/remusao/tldts/pull/150) Update Public Suffix Lists to [7697e3c](https://github.com/publicsuffix/list/commit/7697e3c95a8bb61831d5b4df1f9c942e2095faba)
10+
511
### 5.0.0
612

713
*2019-05-23*

lib/lookup/data/hashes.ts

+1-1
Large diffs are not rendered by default.

lib/lookup/data/trie.ts

+1-1
Large diffs are not rendered by default.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tldts",
33
"description": "Library to work against complex domain names, subdomains and URIs.",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"homepage": "https://github.com/remusao/tldts",
66
"author": "Rémi Berson",
77
"contributors": [

publicsuffix

0 commit comments

Comments
 (0)