Skip to content

Commit 17beaa3

Browse files
committed
Bump version to: v5.6.16 [skip ci]
1 parent b3058c9 commit 17beaa3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "5.6.15"
4+
"version": "5.6.16"
55
}

packages/tldts-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-core",
3-
"version": "5.6.15",
3+
"version": "5.6.16",
44
"description": "tldts core primitives (internal module)",
55
"author": {
66
"name": "Rémi Berson"

packages/tldts-experimental/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-experimental",
3-
"version": "5.6.15",
3+
"version": "5.6.16",
44
"description": "Library to work against complex domain names, subdomains and URIs.",
55
"author": {
66
"name": "Rémi Berson"
@@ -59,14 +59,14 @@
5959
"rollup": "^2.0.0",
6060
"rollup-plugin-node-resolve": "^5.2.0",
6161
"rollup-plugin-sourcemaps": "^0.5.0",
62-
"tldts-tests": "^5.6.15",
62+
"tldts-tests": "^5.6.16",
6363
"ts-jest": "^25.0.0",
6464
"tslint": "^6.0.0",
6565
"tslint-config-prettier": "^1.18.0",
6666
"typescript": "^3.5.2"
6767
},
6868
"dependencies": {
69-
"tldts-core": "^5.6.15"
69+
"tldts-core": "^5.6.16"
7070
},
7171
"keywords": [
7272
"tld",

packages/tldts-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-tests",
3-
"version": "5.6.15",
3+
"version": "5.6.16",
44
"private": true,
55
"description": "tests for different tldts implementations",
66
"author": {

packages/tldts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts",
3-
"version": "5.6.15",
3+
"version": "5.6.16",
44
"description": "Library to work against complex domain names, subdomains and URIs.",
55
"author": {
66
"name": "Rémi Berson"
@@ -62,14 +62,14 @@
6262
"rollup": "^2.0.0",
6363
"rollup-plugin-node-resolve": "^5.2.0",
6464
"rollup-plugin-sourcemaps": "^0.5.0",
65-
"tldts-tests": "^5.6.15",
65+
"tldts-tests": "^5.6.16",
6666
"ts-jest": "^25.0.0",
6767
"tslint": "^6.0.0",
6868
"tslint-config-prettier": "^1.18.0",
6969
"typescript": "^3.5.2"
7070
},
7171
"dependencies": {
72-
"tldts-core": "^5.6.15"
72+
"tldts-core": "^5.6.16"
7373
},
7474
"keywords": [
7575
"tld",

0 commit comments

Comments
 (0)