Skip to content

Commit 8a543dd

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2021-09-27) ### Bug Fixes * include error name in metadata ([5a1214c](5a1214c)), closes [#52](#52)
1 parent b40ad9d commit 8a543dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/KyleRoss/node-lambda-log/compare/v3.0.0...v3.0.1) (2021-09-27)
2+
3+
4+
### Bug Fixes
5+
6+
* include error name in metadata ([5a1214c](https://github.com/KyleRoss/node-lambda-log/commit/5a1214c95d3a10fbf997f136275e5bde55144598)), closes [#52](https://github.com/KyleRoss/node-lambda-log/issues/52)
7+
18
# [3.0.0](https://github.com/KyleRoss/node-lambda-log/compare/v2.4.0...v3.0.0) (2021-04-12)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-log",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Basic logging mechanism for Node 6.10+ Lambda Functions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)