From 1343a4be1f195a1107f9402e522087ca66d8df35 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sat, 14 Oct 2023 20:21:25 +0300 Subject: [PATCH] Add minimist update to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e572bf2..b84857c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)