From cf6be822fd9a433686417df876f1866207e553b3 Mon Sep 17 00:00:00 2001 From: Andreu Date: Wed, 18 Sep 2024 11:08:09 +0200 Subject: [PATCH] Update version and changelog. --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ec42a..a22b676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## [0.7.0] - 2024/09/18 +### Add +- Language attribute. +### Update +- Samples. + +## [0.6.0] - 2024/05/17 +### Update +- Update configuration stuff. + ## [0.5.0] - 2020/05/04 ### Fix - Update dependencies to fix multiple vulnerabilities. diff --git a/package-lock.json b/package-lock.json index ca33e31..14f4849 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newrelic-video-videojs", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newrelic-video-videojs", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "dependencies": { "newrelic-video-core": "github:newrelic/video-core-js" diff --git a/package.json b/package.json index 8283912..97dfe77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic-video-videojs", - "version": "0.6.0", + "version": "0.7.0", "description": "New relic tracker for Videojs", "main": "src/index.js", "scripts": {