From 0b0e5a9ea67530b824cbde280f0bcbc0a470806d Mon Sep 17 00:00:00 2001 From: wseymour15 Date: Thu, 12 Oct 2023 11:56:38 -0500 Subject: [PATCH] 7.0.1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bf00fb..d7d319fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [7.0.1](https://github.com/videojs/mux.js/compare/v7.0.0...v7.0.1) (2023-10-12) + +### Bug Fixes + +* 708 captions multi-byte char fix ([#439](https://github.com/videojs/mux.js/issues/439)) ([ec31749](https://github.com/videojs/mux.js/commit/ec31749)) + +### Chores + +* update v7.0.0 documentation ([#435](https://github.com/videojs/mux.js/issues/435)) ([21e55aa](https://github.com/videojs/mux.js/commit/21e55aa)) + # [7.0.0](https://github.com/videojs/mux.js/compare/v6.3.0...v7.0.0) (2023-07-21) diff --git a/package-lock.json b/package-lock.json index 029151a4..39d1b586 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mux.js", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 25662305..3ef60019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mux.js", - "version": "7.0.0", + "version": "7.0.1", "description": "A collection of lightweight utilities for inspecting and manipulating video container formats.", "repository": { "type": "git",