Skip to content

Commit

Permalink
release: 2022-05-19, Version 2.6.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed May 19, 2022
1 parent ea88daf commit 5df8da4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

## [2.6.5](https://github.com/logdna/logger-node/compare/v2.6.4...v2.6.5) (2022-05-19)


### Bug Fixes

* **send**: Allow _serializeBuffer() to be async [f00421a](https://github.com/logdna/logger-node/commit/f00421a23ecf9917d76b0806868ebbb7cb6adde6) - Eric Melski
* **test**: Use correct expected result for error tests [ea88daf](https://github.com/logdna/logger-node/commit/ea88daf36ecbb9bfddacab37ef784014eda51fa0) - Eric Melski

## [2.6.4](https://github.com/logdna/logger-node/compare/v2.6.3...v2.6.4) (2022-04-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logdna/logger",
"version": "2.6.4",
"version": "2.6.5",
"description": "LogDNA's Node.js Logging Module.",
"main": "index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit 5df8da4

Please sign in to comment.