Skip to content

Commit c42daec

Browse files
committed
5.1.0
1 parent d3fba11 commit c42daec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

8+
## 5.1.0
9+
- Pass log arguments to augmentation processor function
10+
811
## 5.0.2
912

1013
- Fixed bug where include precondition was not passed the ctx

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tripitaka",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "A low dependency, no frills logger, designed to play nicely with tools like fluentd and Elasticsearch",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)