Merge pull request #4254 from serverless/releasing-1.22

Releasing 1.22.0
This commit is contained in:
Eslam λ Hefnawy 2017-09-13 20:03:50 +07:00 committed by GitHub
commit b16bc20e09
3 changed files with 18 additions and 4444 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

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