From 05d0e9a26d1c805a5e38a78f8d9edf019c574fa7 Mon Sep 17 00:00:00 2001 From: Uphold Date: Fri, 3 Jan 2025 14:56:45 +0000 Subject: [PATCH] Release `v1.1.0` --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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",