From 8b5230c8ddd34d181437e83191f6b44392f50e17 Mon Sep 17 00:00:00 2001 From: Dayanand Sagar Date: Wed, 4 Sep 2024 16:03:17 -0700 Subject: [PATCH] feat(3171): Move pipeline template workflowGraph out of config into a new field (#37) 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 757e92c..b23d582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "screwdriver-notifications-email", - "version": "3.0.0", + "version": "4.0.0", "description": "Sends email notifications on certain build events.", "main": "index.js", "scripts": { @@ -46,7 +46,7 @@ "@hapi/hoek": "^10.0.1", "joi": "^17.7.0", "nodemailer": "^6.8.0", - "screwdriver-data-schema": "^23.0.4", + "screwdriver-data-schema": "^24.0.0", "screwdriver-logger": "^2.0.0", "screwdriver-notifications-base": "^4.0.0", "tinytim": "^0.1.1"