Skip to content

Commit 54cdfae

Browse files
authored
feat(3171): Move pipeline template workflowGraph out of config into a new field (#36)
BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config
1 parent 0514ee7 commit 54cdfae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "screwdriver-scm-router",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "A generic plugin for routing builds to specified scm",
55
"main": "index.js",
66
"scripts": {
@@ -46,7 +46,7 @@
4646
"@hapi/hoek": "^10.0.1",
4747
"async": "^3.2.4",
4848
"screwdriver-logger": "^2.0.0",
49-
"screwdriver-scm-base": "^8.0.0"
49+
"screwdriver-scm-base": "^9.0.0"
5050
},
5151
"release": {
5252
"debug": false

0 commit comments

Comments
 (0)