From 6a3433e03b6ca39a07be5ba30eb79286e00af4d8 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 19 Aug 2024 14:50:31 +0100 Subject: [PATCH] Release 3.0.0-alpha.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3f4f4cf4..d05db3b76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunit", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunit", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "license": "MIT", "dependencies": { "commander": "12.1.0", diff --git a/package.json b/package.json index 60ebc14cf..cc27a314e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "qunit", "title": "QUnit", "description": "The powerful, easy-to-use testing framework.", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "homepage": "https://qunitjs.com", "author": { "name": "OpenJS Foundation and other contributors",