diff --git a/package-lock.json b/package-lock.json index 77eb89da..f3e4e0ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@brightspace-ui/testing", - "version": "0.34.0", + "version": "0.34.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@brightspace-ui/testing", - "version": "0.34.0", + "version": "0.34.1", "license": "Apache-2.0", "dependencies": { "@brightspace-ui/intl": "^3", diff --git a/package.json b/package.json index 3b98d327..2a1f43ee 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": "0.34.0", + "version": "0.34.1", "repository": "https://github.com/BrightspaceUI/testing.git", "scripts": { "lint": "eslint . --ext .js",