mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Releasing v1.20.0
This commit is contained in:
parent
5cb791fc9f
commit
17c2ec3c20
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
3091
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.19.0",
|
||||
"version": "1.20.0",
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user