We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23b0c1 commit b020748Copy full SHA for b020748
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Changelog
2
3
+## [2.6.4](https://github.com/logdna/logger-node/compare/v2.6.3...v2.6.4) (2022-04-21)
4
+
5
6
+### Code Refactoring
7
8
+* extract _serializeBuffer method [d23b0c1](https://github.com/logdna/logger-node/commit/d23b0c1c4236ffa173e552ee6fdbb2e7b750e03f) - Eric Melski
9
10
## [2.6.3](https://github.com/logdna/logger-node/compare/v2.6.2...v2.6.3) (2022-04-21)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@logdna/logger",
- "version": "2.6.3",
+ "version": "2.6.4",
"description": "LogDNA's Node.js Logging Module.",
"main": "index.js",
"types": "types.d.ts",
0 commit comments