Skip to content

Commit

Permalink
Release new version 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyluo authored and github-actions[bot] committed Aug 28, 2023
1 parent 0d8b8d4 commit d03ec9d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.8 - 2023-08-28

- Added supported TLD go

## 2.3.7 - 2023-04-25

- Added supported TLD binanceus
Expand Down
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ const udTlds = [
"wallet",
"x",
"klever",
"zil",
"hi",
"kresus",
"polygon",
"anime",
"manga",
"binanceus"
"binanceus",
"go",
"zil"
];

const udResolverKeys = {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unstoppabledomains/tldsresolverkeys",
"version": "2.3.7",
"version": "2.3.8",
"description": "a helper package containing all of the TLDs and Resolver Keys for Unstoppable Domains",
"main": "index.js",
"repository": "https://github.com/unstoppabledomains/tlds-and-resolver-keys-package",
Expand Down

0 comments on commit d03ec9d

Please sign in to comment.