From 51cceb6dd6ede94e6142fc89e388018bbfe29c84 Mon Sep 17 00:00:00 2001 From: Dayanand Sagar Date: Fri, 6 Sep 2024 13:38:11 -0700 Subject: [PATCH] feat(3171): Move pipeline template workflowGraph out of config into a new field (#41) BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b51becd..2b4510b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "screwdriver-executor-jenkins", - "version": "6.0.0", + "version": "7.0.0", "description": "Jenkins Executor plugin for Screwdriver", "main": "index.js", "scripts": { @@ -46,7 +46,7 @@ "@hapi/hoek": "^10.0.1", "circuit-fuses": "^5.0.0", "jenkins": "^1.0.1", - "screwdriver-executor-base": "^9.0.0", + "screwdriver-executor-base": "^10.0.0", "tinytim": "^0.1.1", "xml-escape": "^1.1.0" },