From feb1dfc5515e53c533203e76e4517087c412b35b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 19 Dec 2024 12:25:14 +0100 Subject: [PATCH] Bump package to v1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2897547..f89c230 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hypothesis/frontend-testing", - "version": "1.4.0", + "version": "1.5.0", "description": "Frontend testing utilities for Hypothesis projects", "type": "module", "main": "./lib/index.js",