Releasing v1.20.0

This commit is contained in:
Philipp Muens 2017-08-16 17:48:47 +02:00
parent 5cb791fc9f
commit 17c2ec3c20
3 changed files with 847 additions and 2257 deletions

View File

@ -1,3 +1,13 @@
# 1.20.0 (16.08.2017)
- [Add Serverless Run plugin](https://github.com/serverless/serverless/pull/4034)
- [Add Serverless Emit plugin](https://github.com/serverless/serverless/pull/4038)
- [Kubeless template for python and nodejs](https://github.com/serverless/serverless/pull/3970)
- [Improve deprecation hook message](https://github.com/serverless/serverless/pull/4011)
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.19.0...v1.20.0)
# 1.19.0 (02.08.2017)
- [Removed provider name validation](https://github.com/serverless/serverless/pull/3941)
- [Fixed a bug with dev dependencies exclusion](https://github.com/serverless/serverless/pull/3975)
@ -8,7 +18,6 @@
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.18.1...v1.19.0)
# 1.18.1 (28.07.2017)
- [Fixed a bug with Serverless Variables](https://github.com/serverless/serverless/pull/3996)
- [Fixed a bug with dev dependencies exclusion](https://github.com/serverless/serverless/pull/3975)

3091
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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