Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botflux committed Oct 13, 2024
1 parent d7c2b93 commit 8cc0a54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.1.0](https://github.com/botflux/pino-logfmt/compare/v0.0.4...v0.1.0) (2024-10-13)

## CI

* stop testing nodejs 21 to test nodejs 22

## [0.0.4](https://github.com/botflux/pino-logfmt/compare/v0.0.3...v0.0.4) (2024-04-07)


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": "pino-logfmt",
"version": "0.0.4",
"version": "0.1.0",
"description": "Logfmt transport for pino",
"main": "./src/transport.js",
"bin": "./src/bin.js",
Expand Down

0 comments on commit 8cc0a54

Please sign in to comment.