diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f3e10..e5782e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.27](https://github.com/ImLunaHey/logger/compare/v0.0.26...v0.0.27) (2023-10-23) + + +### Bug Fixes + +* JSON logging when no TTY ([f200dfa](https://github.com/ImLunaHey/logger/commit/f200dfafe60be73dd7f9d45e852084544757d768)) + ### [0.0.26](https://github.com/ImLunaHey/logger/compare/v0.0.25...v0.0.26) (2023-10-23) diff --git a/package.json b/package.json index 2c3ad28..d5a431c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imlunahey/logger", - "version": "0.0.26", + "version": "0.0.27", "description": "A decent logger for bun", "module": "dist/logger.js", "types": "dist/logger.d.ts",