From 3a0c564bc02e8f27240e0fbf68bda084487c78ab Mon Sep 17 00:00:00 2001 From: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Date: Mon, 5 May 2025 19:19:48 +0000 Subject: [PATCH 1/2] Increment version to 0.3.11 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae91c9..d0aca36 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 + - Merge pull request #12 from rokucommunity/migrate-to-shared-ci ([f43e5a4](https://github.com/rokucommunity/logger/commit/f43e5a4)) + + + ## [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": { From bf651c777dfdeba3b7e82c1a2b261292f80e4cb3 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Mon, 5 May 2025 15:23:06 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0aca36..d7bf3e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ 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 - - Merge pull request #12 from rokucommunity/migrate-to-shared-ci ([f43e5a4](https://github.com/rokucommunity/logger/commit/f43e5a4)) + - (chore) Migrate to Shared CI ([#12](https://github.com/rokucommunity/logger/pull/12))