mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Merge pull request #4254 from serverless/releasing-1.22
Releasing 1.22.0
This commit is contained in:
commit
b16bc20e09
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,3 +1,20 @@
|
||||
# 1.22.0 (13.09.2017)
|
||||
- [Serverless now fails if provided profile is not valid](https://github.com/serverless/serverless/pull/4245)
|
||||
- [Removed escaping of double quotes around string values in Serverless Variables](https://github.com/serverless/serverless/pull/4224)
|
||||
- [Added 4 new plugin commands](https://github.com/serverless/serverless/pull/4046)
|
||||
- [Added aws-kotlin-jvm-marven template](https://github.com/serverless/serverless/pull/4220)
|
||||
- [Added --update-config option to deploy function command](https://github.com/serverless/serverless/pull/4173)
|
||||
- [Added description to CloudWatch Events](https://github.com/serverless/serverless/pull/4221)
|
||||
- [Added support for aliasing commands](https://github.com/serverless/serverless/pull/4198)
|
||||
- [Added --function option to deploy command](https://github.com/serverless/serverless/pull/4192)
|
||||
- [Fixed a bug with Kinesis events](https://github.com/serverless/serverless/pull/4084)
|
||||
- [Fixed a bug with packaging](https://github.com/serverless/serverless/pull/4189)
|
||||
|
||||
|
||||
## Meta
|
||||
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.21.1...v1.22.0)
|
||||
|
||||
|
||||
# 1.21.1 (06.09.2017)
|
||||
- [Preserve file encoding during packaging process](https://github.com/serverless/serverless/pull/4189)
|
||||
|
||||
|
||||
4443
package-lock.json
generated
4443
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.21.1",
|
||||
"version": "1.22.0",
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user