Skip to content

Commit 6c99f48

Browse files
authored
feat(911): Pull in scm-base. BREAKING CHANGE: getChangedFiles method
Need to pull in the latest scm-base with the getChangedFiles method Related to screwdriver-cd/screwdriver#911
1 parent 0f22d58 commit 6c99f48

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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A generic plugin for routing builds to specified scm",
55
"main": "index.js",
66
"scripts": {
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"async": "^2.0.1",
45-
"screwdriver-scm-base": "^3.0.0"
45+
"screwdriver-scm-base": "^4.0.1"
4646
},
4747
"release": {
4848
"debug": false,

0 commit comments

Comments
 (0)