From a706fa3763c2258dbfb3d86c652e856531ade724 Mon Sep 17 00:00:00 2001 From: Milos Cibulka Date: Fri, 9 Feb 2024 15:05:50 +0000 Subject: [PATCH] 3.5.0 --- 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 0e8e86d..73e0c85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ebury/huha", - "version": "3.4.3", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ebury/huha", - "version": "3.4.3", + "version": "3.5.0", "license": "MIT", "dependencies": { "@babel/polyfill": "7.7.0", diff --git a/package.json b/package.json index ab2c481..7ca9cf5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ebury/huha", "description": "huha.js (Hyperactive Users Hint Analysis) is a JavaScript framework that measures the usability and user experience in an automated way, including the limitations of the model and the best practices.", - "version": "3.4.3", + "version": "3.5.0", "repository": "github:Ebury/huha", "author": "Ebury Team (http://labs.ebury.rocks/)", "license": "MIT",