Skip to content

Commit 513392f

Browse files
chore(release): 1.1.6 [skip ci]
## [1.1.6](v1.1.5...v1.1.6) (2021-01-21) ### Bug Fixes * remove dependency on @types/aws-lambda ([4d91a5a](4d91a5a))
1 parent 4d91a5a commit 513392f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pino-lambda",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Lightweight pino wrapper for AWS Lambda",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -20,7 +20,12 @@
2020
"test:e2e": "node ./dist/test.js",
2121
"semantic-release": "semantic-release"
2222
},
23-
"keywords": ["pino", "lambda", "logging", "cloudwatch"],
23+
"keywords": [
24+
"pino",
25+
"lambda",
26+
"logging",
27+
"cloudwatch"
28+
],
2429
"author": "Charles Brown <charles.brown@formidable.com>",
2530
"license": "MIT",
2631
"homepage": "https://github.com/formidablelabs/pino-lambda#readme",

0 commit comments

Comments
 (0)