Merge pull request #5257 from serverless/releasing-v-1-30-3

Releasing v1.30.3
This commit is contained in:
Philipp Muens 2018-08-28 13:01:47 -07:00 committed by GitHub
commit 9986ac7ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1579 additions and 1572 deletions

View File

@ -1,3 +1,10 @@
# 1.30.3 (28.08.2018)
- [Fix CORS race condition](https://github.com/serverless/serverless/pull/5256)
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.30.2...v1.30.3)
# 1.30.2 (28.08.2018)
- [Fixed a bug when using DynamoDB events with Serverless Platform](https://github.com/serverless/serverless/pull/5237)
- [Fixed a bug when using deep variable references](https://github.com/serverless/serverless/pull/5224)

3142
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.30.2",
"version": "1.30.3",
"engines": {
"node": ">=4.0"
},