mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Add minimist update to changelog
This commit is contained in:
parent
6db6f0d8b8
commit
1343a4be1f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
* Replaced usage of deprecated `substr` with `substring`.
|
||||
* Replaced deprecated internal `punycode` with the [punycode](https://www.npmjs.com/package/punycode) package.
|
||||
* Updated [got](https://github.com/sindresorhus/got) from 12.1 to 13.
|
||||
* Updated [minimist](https://github.com/minimistjs/minimist) from 1.2.6 to 1.2.8.
|
||||
* Added eslint which spotted some unused variables and other lints.
|
||||
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
|
||||
* Added Deno support: the library and CLI can now be experimentally used with the [Deno runtime](https://deno.com)
|
||||
|
|
Loading…
Reference in a new issue