From 4d0e4d7d6b79aa4a637d48fd03575d4561cfcb72 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Mon, 29 Nov 2021 17:57:35 -0500 Subject: [PATCH] 6.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278bdd59..dbe77b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [6.0.0](https://github.com/videojs/mux.js/compare/v5.14.1...v6.0.0) (2021-11-29) + +### Features + +* use bigint for 64 bit ints if needed and available. ([#383](https://github.com/videojs/mux.js/issues/383)) ([83779b9](https://github.com/videojs/mux.js/commit/83779b9)) + +### Chores + +* don't run tests on version ([#404](https://github.com/videojs/mux.js/issues/404)) ([45623ea](https://github.com/videojs/mux.js/commit/45623ea)) + + +### BREAKING CHANGES + +* In some cases, mux.js will now be returning a BigInt rather than a regular Number value. This means that consumers of this library will need to add checks for BigInt for optimal operation. + ## [5.14.1](https://github.com/videojs/mux.js/compare/v5.14.0...v5.14.1) (2021-10-14) diff --git a/package-lock.json b/package-lock.json index a333de3f..eaf941e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mux.js", - "version": "5.14.1", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8c714022..b664d11d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mux.js", - "version": "5.14.1", + "version": "6.0.0", "description": "A collection of lightweight utilities for inspecting and manipulating video container formats.", "repository": { "type": "git",