diff --git a/CHANGELOG.md b/CHANGELOG.md index 234a3a66..d458a509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [6.2.0](https://github.com/videojs/mux.js/compare/v6.1.0...v6.2.0) (2022-07-08) + +### Features + +* add ID3 parsing for text, link, and APIC frames ([#412](https://github.com/videojs/mux.js/issues/412)) ([5454bdd](https://github.com/videojs/mux.js/commit/5454bdd)) + +### Bug Fixes + +* replace indexOf with typedArrayIndexOf for IE11 support ([#417](https://github.com/videojs/mux.js/issues/417)) ([4e1b195](https://github.com/videojs/mux.js/commit/4e1b195)) + # [6.1.0](https://github.com/videojs/mux.js/compare/v6.0.1...v6.1.0) (2022-05-26) diff --git a/package-lock.json b/package-lock.json index 65caba8b..3425c96b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mux.js", - "version": "6.1.0", + "version": "6.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 831d3203..c3f5c912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mux.js", - "version": "6.1.0", + "version": "6.2.0", "description": "A collection of lightweight utilities for inspecting and manipulating video container formats.", "repository": { "type": "git",