Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2021-01-21)

### Bug Fixes

* remove dependency on @types/aws-lambda ([4d91a5a](4d91a5a))
  • Loading branch information
semantic-release-bot committed Jan 21, 2021
1 parent 4d91a5a commit 513392f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-lambda",
"version": "1.1.5",
"version": "1.1.6",
"description": "Lightweight pino wrapper for AWS Lambda",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,7 +20,12 @@
"test:e2e": "node ./dist/test.js",
"semantic-release": "semantic-release"
},
"keywords": ["pino", "lambda", "logging", "cloudwatch"],
"keywords": [
"pino",
"lambda",
"logging",
"cloudwatch"
],
"author": "Charles Brown <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/formidablelabs/pino-lambda#readme",
Expand Down

0 comments on commit 513392f

Please sign in to comment.