Merge pull request #3898 from serverless/releasing-1.17

Releasing 1.17
This commit is contained in:
Eslam λ Hefnawy 2017-07-05 19:34:12 +07:00 committed by GitHub
commit bf1d07663e
3 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,16 @@
# 1.17.0 (05.07.2017)
- Cleanup F# build template output on macOS - #3897
- Add disable flag for OpenWhisk functions - #3830
- Only redeploy when the code/config changes - #3838
- Add opt-out config for dev dependency exclusion - #3877
- Add infinite stack trace for errors - #3839
- Fixed a bug with autocomplete - #3798
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.16.1...v1.17.0)
# 1.16.1 (26.06.2017)
- CI/CD fix for the Serverless Platform - #3829

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.17.0-alpha.1",
"version": "1.17.0",
"lockfileVersion": 1,
"dependencies": {
"@types/async": {

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.17.0-alpha.1",
"version": "1.17.0",
"engines": {
"node": ">=4.0"
},