Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Jan 3, 2025
1 parent e01c697 commit 05d0e9a
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

## [v1.1.0](https://github.com/uphold/debino/releases/tag/v1.1.0) (2025-01-03)
- Set the default child logger level to inherit from the root logger [\#10](https://github.com/uphold/debino/pull/10) ([boliveira](https://github.com/boliveira))

## [v1.0.1](https://github.com/uphold/debino/releases/tag/v1.0.1) (2024-12-28)
- Fix `pino` version in package.json [\#9](https://github.com/uphold/debino/pull/9) ([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": "1.0.1",
"version": "1.1.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 05d0e9a

Please sign in to comment.