Skip to content

Commit c09507f

Browse files
author
gaupoit
authored
Merge pull request #7 from ymese/develop
Develop
2 parents e2d7e1f + 21b51a7 commit c09507f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ workflows:
3333
filters:
3434
branches:
3535
only:
36-
- master
36+
- master
37+
- /release\/.*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-aws-utils",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Utilities function to work with AWS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)