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