Merge pull request #4025 from serverless/releasing-1.19

releasing 1.19.0
This commit is contained in:
Eslam λ Hefnawy 2017-08-02 15:51:22 +07:00 committed by GitHub
commit 2ade96cf61
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
# 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)
- [Fixed a bug with "deploy list functions"](https://github.com/serverless/serverless/pull/3971)
- [Fixed a bug with Serverless Plugins loading](https://github.com/serverless/serverless/pull/3960)
## Meta
- [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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.18.1",
"version": "1.19.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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