Skip to content

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.2](v3.0.1...v3.0.2) (2021-10-01)

### Bug Fixes

* skip adding a toJSON method to errors that already have one ([#61](#61)) ([5b03656](5b03656))
  • Loading branch information
semantic-release-bot committed Oct 1, 2021
1 parent 111ddb7 commit a051e03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.2](https://github.com/KyleRoss/node-lambda-log/compare/v3.0.1...v3.0.2) (2021-10-01)


### Bug Fixes

* skip adding a toJSON method to errors that already have one ([#61](https://github.com/KyleRoss/node-lambda-log/issues/61)) ([5b03656](https://github.com/KyleRoss/node-lambda-log/commit/5b03656ee98d06a5f445e27933413d9189cc53da))

## [3.0.1](https://github.com/KyleRoss/node-lambda-log/compare/v3.0.0...v3.0.1) (2021-09-27)


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": "lambda-log",
"version": "3.0.1",
"version": "3.0.2",
"description": "Basic logging mechanism for Node 6.10+ Lambda Functions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a051e03

Please sign in to comment.