chore: Release v1.60.3

This commit is contained in:
Mariusz Nowak 2019-12-23 15:02:54 +01:00
parent b05d5bcce3
commit f2a01c849b
No known key found for this signature in database
GPG Key ID: B1FBDA8A182B03F2
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.60.2",
"version": "1.60.3",
"engines": {
"node": ">=6.0"
},