mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Merge pull request #3772 from serverless/releasing-1.15.2
Releasing 1.15.2
This commit is contained in:
commit
3c8c03f453
@ -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
3993
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
1072
package-lock.json
generated
Normal file
1072
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user