From c8d6c7135da1cfe7b7da6cab823684b44a75563e Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Fri, 11 Oct 2019 13:28:43 -0700 Subject: [PATCH] chore(core): Bump version to 0.0.421 c1a28fef4097b5b5bd3f1c7c45f4140d82f65f1e fix(core/presentation): Do not use a regexp with /test/s because it's not supported in firefox (#7518) --- app/scripts/modules/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/core/package.json b/app/scripts/modules/core/package.json index 8757a097910..9a361873a78 100644 --- a/app/scripts/modules/core/package.json +++ b/app/scripts/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@spinnaker/core", - "version": "0.0.420", + "version": "0.0.421", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": {