diff --git a/package-lock.json b/package-lock.json index 0ef2285c..b929b223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@brightspace-ui/testing", - "version": "1.16.3", + "version": "1.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@brightspace-ui/testing", - "version": "1.16.3", + "version": "1.17.0", "license": "Apache-2.0", "dependencies": { "@brightspace-ui/intl": "^3", diff --git a/package.json b/package.json index 287e8fe5..00d21b4f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@brightspace-ui/testing", "description": "Utilities for testing front-end components and applications", "type": "module", - "version": "1.16.3", + "version": "1.17.0", "repository": "https://github.com/BrightspaceUI/testing.git", "scripts": { "lint": "npm run lint:eslint && npm run lint:style",