From 3a14420c657c7e0cc0a9073075e5853699a80d88 Mon Sep 17 00:00:00 2001 From: markpatton Date: Tue, 30 Apr 2024 14:09:24 +0000 Subject: [PATCH] v1.6.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2e7474..f12d00c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pass-acceptance-testing", - "version": "1.6.0-SNAPSHOT", + "version": "1.6.0", "description": "Smoke testing for the PASS application", "repository": "https://github.com/eclipse-pass/pass-acceptance-testing.git", "author": "", @@ -22,8 +22,8 @@ "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.1", "lint-staged": "^13.0.3", - "prettier": "^2.7.1", "minimist": "^1.2.8", + "prettier": "^2.7.1", "testcafe": "3.3.0" }, "husky": {