From 0a59ef15345259bc62083d2ca51f4b2e6f0ea439 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Feb 2021 23:30:00 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/formidablelabs/pino-lambda/compare/v1.1.6...v1.2.0) (2021-02-26) ### Features * automatically capture the API Gateway requestId ([f3a84d1](https://github.com/formidablelabs/pino-lambda/commit/f3a84d15f1170c78eb6912ddba8273a2c1aeadd7)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 835440c..8171b31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pino-lambda", - "version": "1.1.6", + "version": "1.2.0", "description": "Lightweight pino wrapper for AWS Lambda", "main": "dist/index.js", "types": "dist/index.d.ts",