From 68b6557e1b5c85295cb6f27a513b20516fd49328 Mon Sep 17 00:00:00 2001 From: corinaper Date: Tue, 4 Oct 2022 11:46:33 +0200 Subject: [PATCH] Fix for [ONL-6908] added changes in changelog (#59) * exclude the value when sending an event to GA * added a comment * fix: line too ling * changed the version to 3.4.1 * fix for ONL-6908 - added changes in changelog --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26649ff..c31bf69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.4.2] - 2022-10-04 +### Changed +- Removed "value" from GA event + ## [3.4.0] - 2021-09-24 - Updating CODEOWNERS. diff --git a/package-lock.json b/package-lock.json index 9f201d6..c0ea54c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ebury/huha", - "version": "3.4.1", + "version": "3.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ebury/huha", - "version": "3.4.1", + "version": "3.4.2", "license": "MIT", "dependencies": { "@babel/polyfill": "^7.0.0-rc.1", diff --git a/package.json b/package.json index e73c18f..8545325 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.1", + "version": "3.4.2", "repository": "github:Ebury/huha", "license": "MIT", "scripts": {