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