Skip to content

Commit 34dfa5f

Browse files
committed
1.3.1
1 parent b48d2a5 commit 34dfa5f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.3.1"></a>
2+
## [1.3.1](https://github.com/videojs/mpd-parser/compare/v1.3.0...v1.3.1) (2024-10-09)
3+
4+
### Bug Fixes
5+
6+
* ensure vtt tracks language is set correctly ([#181](https://github.com/videojs/mpd-parser/issues/181)) ([b48d2a5](https://github.com/videojs/mpd-parser/commit/b48d2a5))
7+
18
<a name="1.3.0"></a>
29
# [1.3.0](https://github.com/videojs/mpd-parser/compare/v1.2.2...v1.3.0) (2023-12-08)
310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mpd-parser",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "mpd parser",
55
"main": "dist/mpd-parser.cjs.js",
66
"module": "dist/mpd-parser.es.js",

0 commit comments

Comments
 (0)