From 25f79262d21106905b50cd02e4796a332f1f60d0 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 16 Oct 2023 23:58:31 +0300 Subject: [PATCH] docs: add cheerio bump to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce74d8b..5f72935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * Updated [minimist](https://github.com/minimistjs/minimist) from 1.2.6 to 1.2.8. * Updated [long](https://github.com/dcodeIO/long.js) from 5.2.0 to 5.2.3. * Updated @types/node from 14.18.13 to 16.18.58. +* Updated [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.10 to 1.0.0-rc.12. * 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)