Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Dec 23, 2024
1 parent 172c6e2 commit 76ee5c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

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.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",
Expand Down

0 comments on commit 76ee5c5

Please sign in to comment.