diff --git a/CHANGELOG.md b/CHANGELOG.md index cae91c9..d7bf3e5 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.11](https://github.com/rokucommunity/logger/compare/0.3.10...v0.3.11) - 2025-05-05 +### Changed + - (chore) Migrate to Shared CI ([#12](https://github.com/rokucommunity/logger/pull/12)) + + + ## [0.3.10](https://github.com/rokucommunity/logger/compare/v0.3.9...v0.3.10) - 2025-03-26 ### Changed - Added the ability to turn off timestamps in the output and fixed a potental crash if the format string was empty ([#11](https://github.com/rokucommunity/logger/pull/11)) diff --git a/package-lock.json b/package-lock.json index f84a076..9f08e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rokucommunity/logger", - "version": "0.3.10", + "version": "0.3.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rokucommunity/logger", - "version": "0.3.10", + "version": "0.3.11", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 53ccc5c..747ca9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rokucommunity/logger", - "version": "0.3.10", + "version": "0.3.11", "description": "A logging library for use in RokuCommunity tools", "main": "dist/index.js", "scripts": {