Compare commits

...

1 commit

Author SHA1 Message Date
Gary Katsevman
6b96fa561e 4.8.0 2022-09-09 13:40:42 -04:00
3 changed files with 15 additions and 2 deletions

View file

@ -1,3 +1,16 @@
<a name="4.8.0"></a>
# [4.8.0](https://github.com/videojs/m3u8-parser/compare/v4.7.1...v4.8.0) (2022-09-09)
### Features
* parse FRAME-RATE as a number ([#150](https://github.com/videojs/m3u8-parser/issues/150)) ([d51e93f](https://github.com/videojs/m3u8-parser/commit/d51e93f))
### BREAKING CHANGES
* parser changes an output type for 'FRAME-RATE'
attribute from a string to a number.
<a name="4.7.1"></a>
## [4.7.1](https://github.com/videojs/m3u8-parser/compare/v4.7.0...v4.7.1) (2022-04-05)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "m3u8-parser",
"version": "4.7.1",
"version": "4.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "m3u8-parser",
"version": "4.7.1",
"version": "4.8.0",
"description": "m3u8 parser",
"main": "dist/m3u8-parser.cjs.js",
"module": "dist/m3u8-parser.es.js",