diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe2ee6..b89cfc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index b6c74df..c17cfe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uphold/debino", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uphold/debino", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "pino": "^9.6.0" diff --git a/package.json b/package.json index e4c8e01..2cc230b 100644 --- a/package.json +++ b/package.json @@ -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",