File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 1.5.1(10.07.2018)
2
+ ## Features
3
+ - Added support for Shared API Gateway
4
+
1
5
# 0.2.0(08.01.2017)
2
6
## Breaking Changes
3
- The service name is added to the statemachin prefix.
7
+ The service name is added to the statemachine prefix.
4
8
This is because there is a possibility of conflict with the state machine deployed from another service without the service name.
5
9
6
10
A state machine created with version 0.1 is not inherited. Please recreate it.
@@ -18,4 +22,4 @@ A state machine created with version 0.1 is not inherited. Please recreate it.
18
22
Accidentally release(#1 )
19
23
20
24
# 0.1.1(29.12.2016)
21
- First Release
25
+ First Release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-step-functions" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"description" : " The module is AWS Step Functions plugin for Serverless Framework" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments