From 57b485bf41e770730ce96a2c361c43b1e00202cb Mon Sep 17 00:00:00 2001 From: Ezequiel Holzweissig Date: Tue, 3 Oct 2023 19:42:39 -0300 Subject: [PATCH] Release 2.3.8 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea51024..50a494d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.3.8] - 2023-10-03 + +### Added + +- `node-fetch` now added to package.json (#293) + +### Fixed + +- Module name lookup now working as expected (#289) +- QOL Code Cleaning (#287) + ## [2.3.7] - 2022-10-13 ### Added