From 9469eb16a49525176f13ab9b3f381054df2afc3b Mon Sep 17 00:00:00 2001 From: Ed Schiebel Date: Mon, 11 Jan 2021 14:24:46 -0500 Subject: [PATCH] bump package.json version refs LS-1772 flag=none test plan: /healthcheck says version: 1.15.0 Change-Id: Iba7b1b11c5ba05a41007794c121187b4c590cf9f Reviewed-on: https://gerrit.instructure.com/c/canvas-rce-api/+/256448 Tested-by: Service Cloud Jenkins Tested-by: Ed Schiebel Reviewed-by: Jeff Largent QA-Review: Jeff Largent QA-Review: Ed Schiebel Product-Review: Ed Schiebel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24827b3..663c813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-rce-api", - "version": "1.14.0", + "version": "1.15.0", "description": "An API for proxying requests by the RCE to Canvas and other services.", "engines": { "node": "^12",