From d1af5be19a97a512b966d0eb235fbea807720acb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:20:30 +0000 Subject: [PATCH] chore(release): 0.0.16 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f47b4..e3f56c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.16](https://github.com/ImLunaHey/logger/compare/v0.0.15...v0.0.16) (2023-09-21) + ### [0.0.15](https://github.com/ImLunaHey/logger/compare/v0.0.14...v0.0.15) (2023-09-21) ### [0.0.14](https://github.com/ImLunaHey/logger/compare/v0.0.13...v0.0.14) (2023-09-21) diff --git a/package.json b/package.json index 7b6a1a9..b191700 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imlunahey/logger", - "version": "0.0.15", + "version": "0.0.16", "description": "A decent logger for bun", "module": "dist/logger.js", "types": "dist/logger.d.ts",