diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..0d86f202 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Change Log + +## 10.0.0 + +### Major Changes + +- [`581d0dc4`](https://github.com/wKovacs64/pwned/commit/581d0dc4dc7d3e796866003c116d5ca44da838b4) and [`1bd53262`](https://github.com/wKovacs64/pwned/commit/1bd532629446b5f9b72aac6ff82c5bafc9caa2fb) Thanks [@wKovacs64](https://github.com/wKovacs64)! - Drop support for Node.js 10 and 12 as they are both [end-of-life](https://nodejs.org/en/about/releases/), making the new minimum Node.js runtime v14.13.1. This also converts the project to pure ESM as it is fully supported in 14.13.1, 16 and beyond. Please upgrade your Node.js environment if necessary, or continue using the latest v9 release of `pwned` if you are unable to upgrade your environment. diff --git a/package.json b/package.json index 34b2404c..882caf8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwned", - "version": "9.0.0", + "version": "10.0.0", "description": "A command-line tool for querying the 'Have I been pwned?' service.", "keywords": [ "haveibeenpwned",