diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c695ec..c04caad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Whoiser change log +#### 1.16.0 - 6 February 2023 + +- Added - Option to show/hide domain WHOIS protected data [#96](https://github.com/LayeredStudio/whoiser/pull/96) +- Fixed - Include `punycode` from userland lib [a2ee6f9](https://github.com/LayeredStudio/whoiser/commit/a2ee6f9d338ff44aeaf57d61adde3df454ff2d07) +- Fixed - Query WHOIS for .de with umlaut in both ASCII/Unicode [5a7ffd1](https://github.com/LayeredStudio/whoiser/commit/5a7ffd133a4a11d8fd701b4b4d65a033c81012a8) + #### 1.15.0 - 4 February 2023 - Updated - Improved .it parsing, preserve date structure and more [#92](https://github.com/LayeredStudio/whoiser/pull/92) diff --git a/package-lock.json b/package-lock.json index e994e2a..4d2cea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whoiser", - "version": "1.15.1", + "version": "1.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whoiser", - "version": "1.15.1", + "version": "1.16.0", "license": "MIT", "dependencies": { "punycode": "^2.1.1" diff --git a/package.json b/package.json index 35716d9..5743b17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whoiser", - "version": "1.15.1", + "version": "1.16.0", "description": "Whois info for TLDs, domains and IPs", "types": "./index.d.ts", "typings": "./index.d.ts",