From b2ed6d66355b92540bc3602213f3059989b5c6a6 Mon Sep 17 00:00:00 2001 From: Kristi Russell Date: Fri, 13 Oct 2023 10:30:45 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3e20a..00be2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Release Notes +## 1.0.5 +`2023-10-13` +- Specify js for module keyword +- Update terminal green color + ## 1.0.4 - Add JSDoc syntax highlighting settings to README (Thanks to [tigga73](https://github.com/tigga73))