From a36b00e39d9691a911cd75a00734d3048303caa1 Mon Sep 17 00:00:00 2001 From: Eran Sakal Date: Wed, 6 Mar 2019 13:12:30 +0200 Subject: [PATCH] upgrade version to 0.4.0 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82135db..5643aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 0.4.0 (2019-03-06) + +### Features + +* v2: collect analytics on hotspot click (PATH-142) + ## 0.3.0 (2019-02-26) ### Features -* PATH-141: player-v2, show hotspots in iphone devices +* v2: show hotspots in iphone devices (PATH-141) ## 0.2.1 (2019-02-15) diff --git a/package-lock.json b/package-lock.json index e76d25f..335abff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hotspots", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0a3d03..c985151 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playkit-js-hotspots", "public": false, - "version": "0.3.0", + "version": "0.4.0", "description": "", "scripts": { "start-v7": "if-env NODE_ENV=production && npm run -s serve-v7 || npm run -s dev-v7",