Merge pull request #3772 from serverless/releasing-1.15.2

Releasing 1.15.2
This commit is contained in:
Eslam λ Hefnawy 2017-06-11 02:20:58 +07:00 committed by GitHub
commit 3c8c03f453
4 changed files with 1081 additions and 3995 deletions

View File

@ -1,3 +1,10 @@
# 1.15.2 (10.06.2017)
- Fixed installation error - #3763
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.15.0...v1.15.2)
# 1.15.0 (08.06.2017)
- Added autocomplete support to the CLI - #3753
- Added KMS key support - #3672

3993
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

1072
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.15.0",
"version": "1.15.2",
"engines": {
"node": ">=4.0"
},
@ -38,7 +38,7 @@
"scripts/postinstall.js",
"scripts/preuninstall.js",
"package.json",
"npm-shrinkwrap.json",
"package-lock.json",
"README.md",
"LICENSE.txt",
"CHANGELOG.md"