Skip to content

Commit 7401fee

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2019-09-03) ### Bug Fixes * change debug log method ([#21](#21)) ([2348d8b](2348d8b)) * change debug log method ([#21](#21)) ([#22](#22)) ([db33618](db33618))
1 parent db33618 commit 7401fee

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.3.1](https://github.com/KyleRoss/node-lambda-log/compare/v2.3.0...v2.3.1) (2019-09-03)
2+
3+
4+
### Bug Fixes
5+
6+
* change debug log method ([#21](https://github.com/KyleRoss/node-lambda-log/issues/21)) ([2348d8b](https://github.com/KyleRoss/node-lambda-log/commit/2348d8b))
7+
* change debug log method ([#21](https://github.com/KyleRoss/node-lambda-log/issues/21)) ([#22](https://github.com/KyleRoss/node-lambda-log/issues/22)) ([db33618](https://github.com/KyleRoss/node-lambda-log/commit/db33618))
8+
19
# [2.3.0](https://github.com/KyleRoss/node-lambda-log/compare/v2.2.0...v2.3.0) (2019-06-21)
210

311

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": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Basic logging mechanism for Node 6.10+ Lambda Functions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)