From f2a01c849bb6bdb4ebef15249af971db2d69e99b Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 23 Dec 2019 15:02:54 +0100 Subject: [PATCH] chore: Release v1.60.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67dbcee59..bd34c25c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.60.3](https://github.com/serverless/serverless/compare/v1.60.2...v1.60.3) (2019-12-23) + +### Bug Fixes + +- **AWS APIGW:** Fix Rest API id detection when no API GW involved ([81096ca](https://github.com/serverless/serverless/commit/81096caf3d8e98932cd4314495a4fc107fab297a)), regression introduced with [#7126](https://github.com/serverless/serverless/issues/7126) + ### [1.60.2](https://github.com/serverless/serverless/compare/v1.60.1...v1.60.2) (2019-12-23) ### Bug Fixes diff --git a/package.json b/package.json index 6edc38a4c..451c6501a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless", - "version": "1.60.2", + "version": "1.60.3", "engines": { "node": ">=6.0" },