Skip to content

Commit a380b91

Browse files
committed
Release v1.46.0
1 parent 34e7db8 commit a380b91

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
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

+1-1
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
},

0 commit comments

Comments
 (0)