Skip to content

Commit

Permalink
chore(release): 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2024
1 parent 0015d59 commit 17cbf64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.28](https://github.com/ImLunaHey/logger/compare/v0.0.27...v0.0.28) (2024-01-01)


### Bug Fixes

* error method not accepting error field ([0015d59](https://github.com/ImLunaHey/logger/commit/0015d59d71c2f32e4e7ee2b887bd2acc06ab502f))
* schema being required ([c8e4e65](https://github.com/ImLunaHey/logger/commit/c8e4e659004d62d9579b0f17956e5daf4a64c3f5))

### [0.0.27](https://github.com/ImLunaHey/logger/compare/v0.0.26...v0.0.27) (2023-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imlunahey/logger",
"version": "0.0.27",
"version": "0.0.28",
"description": "A decent logger for bun",
"module": "dist/logger.js",
"types": "dist/logger.d.ts",
Expand Down

0 comments on commit 17cbf64

Please sign in to comment.