From 17036e5459fed9101b6f0aabe55c90d57220ffe3 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 9 May 2024 16:03:20 -0400 Subject: [PATCH] Update changelog for v0.3.9 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6807d29..5fb1401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.3.9](https://github.com/rokucommunity/logger/compare/v0.3.8...v0.3.9) - 2024-05-09 +### Changed + - Keep the timestamp braces outside of the colors ([#10](https://github.com/rokucommunity/logger/pull/10)) + + + ## [0.3.8](https://github.com/rokucommunity/logger/compare/v0.3.7...v0.3.8) - 2024-05-09 ### Added - new `timestampFormat` option ([#9](https://github.com/rokucommunity/logger/pull/9))