From 324c7457bef61182a631dbf884af2064eb8a24ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Apr 2023 04:38:58 +0000 Subject: [PATCH] chore(release): 5.0.4 [skip ci] ## [5.0.4](https://github.com/rvagg/bole/compare/v5.0.3...v5.0.4) (2023-04-24) ### Bug Fixes * node.js versions in workflow ([1711c61](https://github.com/rvagg/bole/commit/1711c61a3c303b5076ba889761d711f734711e49)) ### Trivial Changes * adjust naming of setFastTime feature in README ([#34](https://github.com/rvagg/bole/issues/34)) ([41ac45d](https://github.com/rvagg/bole/commit/41ac45dee9edb569128d681f6839828ee11b9b0a)) * **deps:** bump actions/checkout from 3.3.0 to 3.5.0 ([#36](https://github.com/rvagg/bole/issues/36)) ([e691334](https://github.com/rvagg/bole/commit/e69133480b141ecce6eaee8a401823dbb8de152f)) * **deps:** bump actions/checkout from 3.5.0 to 3.5.2 ([#38](https://github.com/rvagg/bole/issues/38)) ([a8b6053](https://github.com/rvagg/bole/commit/a8b6053ca76c0d5af616686a3e69402ef4bd095e)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4061a80..9d93b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [5.0.4](https://github.com/rvagg/bole/compare/v5.0.3...v5.0.4) (2023-04-24) + + +### Bug Fixes + +* node.js versions in workflow ([1711c61](https://github.com/rvagg/bole/commit/1711c61a3c303b5076ba889761d711f734711e49)) + + +### Trivial Changes + +* adjust naming of setFastTime feature in README ([#34](https://github.com/rvagg/bole/issues/34)) ([41ac45d](https://github.com/rvagg/bole/commit/41ac45dee9edb569128d681f6839828ee11b9b0a)) +* **deps:** bump actions/checkout from 3.3.0 to 3.5.0 ([#36](https://github.com/rvagg/bole/issues/36)) ([e691334](https://github.com/rvagg/bole/commit/e69133480b141ecce6eaee8a401823dbb8de152f)) +* **deps:** bump actions/checkout from 3.5.0 to 3.5.2 ([#38](https://github.com/rvagg/bole/issues/38)) ([a8b6053](https://github.com/rvagg/bole/commit/a8b6053ca76c0d5af616686a3e69402ef4bd095e)) + ## [5.0.3](https://github.com/rvagg/bole/compare/v5.0.2...v5.0.3) (2023-01-06) diff --git a/package.json b/package.json index c6e3407..40fd02f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bole", - "version": "5.0.3", + "version": "5.0.4", "description": "A tiny JSON logger", "main": "bole.js", "scripts": {