Skip to content

Commit 0f04931

Browse files
authored
Merge pull request #6305 from serverless/v1.46.0-release
Release v1.46.0
2 parents b5787c0 + a380b91 commit 0f04931

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 1.46.0 (2019-06-26)
2+
3+
- [Fix formatting issue with Markdown link](https://github.com/serverless/serverless/pull/6228)
4+
- [Update docs | dont use provider.tags with shared API Gateway](https://github.com/serverless/serverless/pull/6225)
5+
- [Fix: Update azure template](https://github.com/serverless/serverless/pull/6258)
6+
- [Improve user message](https://github.com/serverless/serverless/pull/6254)
7+
- [Reference custom ApiGateway for models and request validators if conf…](https://github.com/serverless/serverless/pull/6231)
8+
- [Ensure integration tests do not fail when run concurrently](https://github.com/serverless/serverless/pull/6256)
9+
- [Improve integration test experience](https://github.com/serverless/serverless/pull/6253)
10+
- [Fix lambda integration timeout response template](https://github.com/serverless/serverless/pull/6255)
11+
- [Fix duplicate packaging issue](https://github.com/serverless/serverless/pull/6244)
12+
- [Fix Travis configuration for branch/tag runs](https://github.com/serverless/serverless/pull/6265)
13+
- [fixed a typo 🖊](https://github.com/serverless/serverless/pull/6275)
14+
- [Fix #6267](https://github.com/serverless/serverless/pull/6268)
15+
- [#6017 Allow to load plugin from path](https://github.com/serverless/serverless/pull/6261)
16+
- [Added correction based on community feedback](https://github.com/serverless/serverless/pull/6286)
17+
- [Remove package-lock.json and shrinkwrap scripts](https://github.com/serverless/serverless/pull/6280)
18+
- [Remove README redundant link](https://github.com/serverless/serverless/pull/6288)
19+
- [Remove default stage value in provider object](https://github.com/serverless/serverless/pull/6200)
20+
- [Use naming to get stackName](https://github.com/serverless/serverless/pull/6285)
21+
- [Fix typo in link to ALB docs](https://github.com/serverless/serverless/pull/6292)
22+
- [Add ip, method, header and query conditions to ALB events](https://github.com/serverless/serverless/pull/6293)
23+
- [Feature/support external websocket api](https://github.com/serverless/serverless/pull/6272)
24+
25+
## Meta
26+
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.45.1...v1.46.0)
27+
128
# 1.45.1 (2019-06-12)
229

330
- [Fix IAM policies setup for functions with custom name](https://github.com/serverless/serverless/pull/6240)

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless",
3-
"version": "1.45.1",
3+
"version": "1.46.0",
44
"engines": {
55
"node": ">=6.0"
66
},
@@ -88,7 +88,7 @@
8888
"eslint-plugin-import": "^1.16.0",
8989
"eslint-plugin-jsx-a11y": "^2.2.3",
9090
"eslint-plugin-react": "^6.10.3",
91-
"git-list-updated": "^1.1.2",
91+
"git-list-updated": "^1.2.0",
9292
"jest-circus": "^24.8.0",
9393
"jest-cli": "^24.8.0",
9494
"mocha": "^6.1.4",
@@ -103,10 +103,10 @@
103103
"strip-ansi": "^5.2.0"
104104
},
105105
"dependencies": {
106-
"@serverless/enterprise-plugin": "^1.0.3",
106+
"@serverless/enterprise-plugin": "^1.0.7",
107107
"archiver": "^1.3.0",
108108
"async": "^1.5.2",
109-
"aws-sdk": "^2.473.0",
109+
"aws-sdk": "^2.482.0",
110110
"bluebird": "^3.5.5",
111111
"cachedir": "^2.2.0",
112112
"chalk": "^2.4.2",

0 commit comments

Comments
 (0)