mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Merge pull request #4025 from serverless/releasing-1.19
releasing 1.19.0
This commit is contained in:
commit
2ade96cf61
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.18.1",
|
||||
"version": "1.19.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.18.1",
|
||||
"version": "1.19.0",
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user