From 752a139943185591d5cfe1a0c8565aecfa42b55a Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 8 Nov 2023 11:06:08 +0100 Subject: [PATCH] Update package version to 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ecd295..96a1b67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hypothesis/frontend-testing", - "version": "1.1.0", + "version": "1.2.0", "description": "Frontend testing utilities for Hypothesis projects", "type": "module", "main": "./lib/index.js",