Skip to content

Commit 730fc6c

Browse files
committed
Update CHANGELOG.md and bump package version
1 parent 3fd93da commit 730fc6c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# 1.5.1(10.07.2018)
2+
## Features
3+
- Added support for Shared API Gateway
4+
15
# 0.2.0(08.01.2017)
26
## Breaking Changes
3-
The service name is added to the statemachin prefix.
7+
The service name is added to the statemachine prefix.
48
This is because there is a possibility of conflict with the state machine deployed from another service without the service name.
59

610
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.
1822
Accidentally release(#1)
1923

2024
# 0.1.1(29.12.2016)
21-
First Release
25+
First Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-step-functions",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The module is AWS Step Functions plugin for Serverless Framework",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)