Skip to content

Commit

Permalink
feat(3171): Move pipeline template workflowGraph out of config into a…
Browse files Browse the repository at this point in the history
… new field (#99)

BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config
  • Loading branch information
sagar1312 authored Sep 4, 2024
1 parent 28815db commit 725304d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-scm-base",
"version": "8.0.0",
"version": "9.0.0",
"description": "Base class for defining the behavior between screwdriver and source control management systems",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -47,6 +47,6 @@
"dependencies": {
"@hapi/hoek": "^10.0.1",
"joi": "^17.7.0",
"screwdriver-data-schema": "^23.0.4"
"screwdriver-data-schema": "^24.0.0"
}
}

0 comments on commit 725304d

Please sign in to comment.