Skip to content

Commit 4d0e4d7

Browse files
committed
6.0.0
1 parent 45623ea commit 4d0e4d7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="6.0.0"></a>
2+
# [6.0.0](https://github.com/videojs/mux.js/compare/v5.14.1...v6.0.0) (2021-11-29)
3+
4+
### Features
5+
6+
* 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))
7+
8+
### Chores
9+
10+
* don't run tests on version ([#404](https://github.com/videojs/mux.js/issues/404)) ([45623ea](https://github.com/videojs/mux.js/commit/45623ea))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* 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.
16+
117
<a name="5.14.1"></a>
218
## [5.14.1](https://github.com/videojs/mux.js/compare/v5.14.0...v5.14.1) (2021-10-14)
319

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mux.js",
3-
"version": "5.14.1",
3+
"version": "6.0.0",
44
"description": "A collection of lightweight utilities for inspecting and manipulating video container formats.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)