releasing 1.30.2

This commit is contained in:
Eslam A. Hefnawy 2018-08-28 16:46:44 +03:00
parent 2dd0552346
commit e31719c484
3 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,12 @@
# 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)
- [Fixed an issue with Makefile of the aws-go-dep template](https://github.com/serverless/serverless/pull/5227)
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.30.1...v1.30.2)
# 1.30.1 (16.08.2018)
- [Fix CI deployment to Serverless Platform](https://github.com/serverless/serverless/issues/5182)
- [Fix a minor resources ID issue on Serverless Platform](https://github.com/serverless/serverless/pull/5208)

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.29.2",
"version": "1.30.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -25,9 +25,9 @@
}
},
"@serverless/platform-sdk": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@serverless/platform-sdk/-/platform-sdk-0.2.0.tgz",
"integrity": "sha512-QOVJ0KP1VMNs6Gm64wdGBDQTwwRQYgZjC9f29r0sB94/zOBdhLCbfIfMNYE5Qe26ym9IGoKPj+cmJZo4QrGc5A==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@serverless/platform-sdk/-/platform-sdk-0.2.1.tgz",
"integrity": "sha512-Iq9t67LNSVXUiw/r66NS6EhIwQvc67Hd1D+1buGkBFz0T2TA5dOPvP1cmInDO4L2pxeWoZ4tLCsksz1XKHfDaw==",
"requires": {
"babel-polyfill": "6.26.0",
"body-parser": "1.18.3",

View File

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