From 7859af6ad1a6f8c9a1b2c260568c66dfa4fd0b11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Jan 2023 04:17:06 +0000 Subject: [PATCH] chore(release): 5.0.3 [skip ci] ## [5.0.3](https://github.com/rvagg/bole/compare/v5.0.2...v5.0.3) (2023-01-06) ### Trivial Changes * **deps:** bump actions/checkout from 3.2.0 to 3.3.0 ([#32](https://github.com/rvagg/bole/issues/32)) ([2c5726b](https://github.com/rvagg/bole/commit/2c5726bd28d5b1bdd743e115f320cdce487a46ed)) * **deps:** bump actions/setup-node from 3.5.1 to 3.6.0 ([#33](https://github.com/rvagg/bole/issues/33)) ([3813b15](https://github.com/rvagg/bole/commit/3813b151fbae46045315d1416b40a7ab19cd58fe)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 411fb45..4061a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.0.3](https://github.com/rvagg/bole/compare/v5.0.2...v5.0.3) (2023-01-06) + + +### Trivial Changes + +* **deps:** bump actions/checkout from 3.2.0 to 3.3.0 ([#32](https://github.com/rvagg/bole/issues/32)) ([2c5726b](https://github.com/rvagg/bole/commit/2c5726bd28d5b1bdd743e115f320cdce487a46ed)) +* **deps:** bump actions/setup-node from 3.5.1 to 3.6.0 ([#33](https://github.com/rvagg/bole/issues/33)) ([3813b15](https://github.com/rvagg/bole/commit/3813b151fbae46045315d1416b40a7ab19cd58fe)) + ## [5.0.2](https://github.com/rvagg/bole/compare/v5.0.1...v5.0.2) (2023-01-02) diff --git a/package.json b/package.json index de1f183..c6e3407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bole", - "version": "5.0.2", + "version": "5.0.3", "description": "A tiny JSON logger", "main": "bole.js", "scripts": {