mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #5741 from serverless/version-1-36-3
Version bump for 1.36.3 release
This commit is contained in:
commit
fdce6d3f87
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,16 @@
|
||||
# 1.36.3 (2019-01-23)
|
||||
- [AWS: Consolidates Lambda::Permission objects for cloudwatchLog events](https://github.com/serverless/serverless/pull/5531)
|
||||
- [Suppress confusing warning "A valid undefined..." ](https://github.com/serverless/serverless/pull/5723)
|
||||
- [Add google go template](https://github.com/serverless/serverless/pull/5726)
|
||||
- [Provide AWS_PROFILE from configuration for invoke local](https://github.com/serverless/serverless/pull/5662)
|
||||
- [Test that CLI does not convert numeric option to number](https://github.com/serverless/serverless/pull/5727)
|
||||
- [Remove duplicate-handler warnings based on community feedback.](https://github.com/serverless/serverless/pull/5733)
|
||||
- [Enable download template from a private github repo using personal access token](https://github.com/serverless/serverless/pull/5715)
|
||||
- [Fix sls plugin install -n @scoped/package](https://github.com/serverless/serverless/pull/5736)
|
||||
|
||||
## Meta
|
||||
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.36.2...v1.36.3)
|
||||
|
||||
# 1.36.2 (2019-01-21)
|
||||
- [AWS: Request cache should add region as key to prevent cross-region cache collision](https://github.com/serverless/serverless/pull/5694)
|
||||
- [Fixed a link](https://github.com/serverless/serverless/pull/5707)
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.36.2",
|
||||
"version": "1.36.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.36.2",
|
||||
"version": "1.36.3",
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user