From 74251e346f1b3551593bd36b42cc15de31d5f05b Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 24 Jan 2023 10:33:23 -0500 Subject: [PATCH] Update changelog for v0.3.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084e1fe..05f913d 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.1](https://github.com/rokucommunity/logger/compare/v0.3.0...v0.3.1) - 2023-01-24 +### Changed + - Fix npm audit issues ([0583c2b](https://github.com/rokucommunity/logger/commit/0583c2b)) + + + ## [0.3.0](https://github.com/rokucommunity/logger/compare/v0.2.0...v0.3.0) 2022-04-19 ### Fixed add enableColor option - for enabling/disabling colors, which can be inherited through the logger chain. ([#2](https://github.com/rokucommunity/logger/pull/2))