From 76ee5c5c265c920c6af8dbe3f65dd98f1546692b Mon Sep 17 00:00:00 2001 From: Uphold Date: Mon, 23 Dec 2024 00:40:21 +0000 Subject: [PATCH] Release `v0.2.0` --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfb594..f08a90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog +## [v0.2.0](https://github.com/uphold/debino/releases/tag/v0.2.0) (2024-12-23) +- Sort import in README [\#5](https://github.com/uphold/debino/pull/5) ([satazor](https://github.com/satazor)) +- Expose `pino` so that it can be used for the root logger [\#4](https://github.com/uphold/debino/pull/4) ([satazor](https://github.com/satazor)) + ## [v0.1.0](https://github.com/uphold/debino/releases/tag/v0.1.0) (2024-12-22) - Improve docblock message [\#3](https://github.com/uphold/debino/pull/3) ([satazor](https://github.com/satazor)) - Update installation instructions [\#2](https://github.com/uphold/debino/pull/2) ([satazor](https://github.com/satazor)) - Add initial implementation [\#1](https://github.com/uphold/debino/pull/1) ([satazor](https://github.com/satazor)) - diff --git a/package-lock.json b/package-lock.json index e032058..eaacaf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uphold/debino", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uphold/debino", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.17.0", diff --git a/package.json b/package.json index be8f533..9aadcc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/debino", - "version": "0.1.0", + "version": "0.2.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",