Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Dec 25, 2024
1 parent 9f35434 commit faa5cf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.4.0](https://github.com/uphold/debino/releases/tag/v0.4.0) (2024-12-25)
- Make root logger global so it's shared amongst versions [\#7](https://github.com/uphold/debino/pull/7) ([satazor](https://github.com/satazor))

## [v0.3.0](https://github.com/uphold/debino/releases/tag/v0.3.0) (2024-12-23)
- Use named exports for debino [\#6](https://github.com/uphold/debino/pull/6) ([satazor](https://github.com/satazor))

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/debino",
"version": "0.3.0",
"version": "0.4.0",
"description": "A logging library that combines the simplicity and convenience of debug with the power of pino",
"main": "./src/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit faa5cf7

Please sign in to comment.