diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3bf1e..ee24ff8 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.21](https://github.com/ImLunaHey/logger/compare/v0.0.20...v0.0.21) (2023-09-21) + ### [0.0.20](https://github.com/ImLunaHey/logger/compare/v0.0.19...v0.0.20) (2023-09-21) ### [0.0.19](https://github.com/ImLunaHey/logger/compare/v0.0.18...v0.0.19) (2023-09-21) diff --git a/package.json b/package.json index 2a1c863..5d57d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imlunahey/logger", - "version": "0.0.20", + "version": "0.0.21", "description": "A decent logger for bun", "module": "dist/logger.js", "types": "dist/logger.d.ts",