From 132210529db848979d7e273853ee99f70ce10e10 Mon Sep 17 00:00:00 2001 From: wseymour Date: Fri, 21 Jul 2023 14:41:44 -0500 Subject: [PATCH] 7.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c37d3e9..c66ea74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [7.0.0](https://github.com/videojs/mux.js/compare/v6.3.0...v7.0.0) (2023-07-21) + +### Features + +* add position data to captions ([#434](https://github.com/videojs/mux.js/issues/434)) ([30f2132](https://github.com/videojs/mux.js/commit/30f2132)) + +### Chores + +* add npm publish step to the release workflow ([a8306cd](https://github.com/videojs/mux.js/commit/a8306cd)) +* rename workflow name from github-release to release and add discussion category name for github releases ([4ba1607](https://github.com/videojs/mux.js/commit/4ba1607)) +* Update CI and release workflows ([#431](https://github.com/videojs/mux.js/issues/431)) ([dc56f1b](https://github.com/videojs/mux.js/commit/dc56f1b)) +* update collaborator guide md ([51b3ed4](https://github.com/videojs/mux.js/commit/51b3ed4)) +* update git push suggestion in collaborator guide md ([73a5b60](https://github.com/videojs/mux.js/commit/73a5b60)) + # [6.3.0](https://github.com/videojs/mux.js/compare/v6.2.0...v6.3.0) (2023-02-22) diff --git a/package-lock.json b/package-lock.json index 543cab68..029151a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mux.js", - "version": "6.3.0", + "version": "7.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ddab80c5..25662305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mux.js", - "version": "6.3.0", + "version": "7.0.0", "description": "A collection of lightweight utilities for inspecting and manipulating video container formats.", "repository": { "type": "git",