From b2d44f204264ff13ede4810ea80fa03156010e26 Mon Sep 17 00:00:00 2001 From: hswaminathan Date: Mon, 7 Aug 2023 12:26:05 -0400 Subject: [PATCH] 7.1.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 280d6c6..bb0db02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [7.1.0](https://github.com/videojs/m3u8-parser/compare/v7.0.0...v7.1.0) (2023-08-07) + +### Features + +* parse content steering tags and attributes ([#176](https://github.com/videojs/m3u8-parser/issues/176)) ([42472c5](https://github.com/videojs/m3u8-parser/commit/42472c5)) + +### Bug Fixes + +* add dateTimeObject and dateTimeString for backward compatibility ([#174](https://github.com/videojs/m3u8-parser/issues/174)) ([6944bb1](https://github.com/videojs/m3u8-parser/commit/6944bb1)) +* merge dateRange tags with same IDs and no conflicting attributes ([#175](https://github.com/videojs/m3u8-parser/issues/175)) ([73d934c](https://github.com/videojs/m3u8-parser/commit/73d934c)) + +### Chores + +* update v7.0.0 documentation ([#172](https://github.com/videojs/m3u8-parser/issues/172)) ([72da994](https://github.com/videojs/m3u8-parser/commit/72da994)) + # [7.0.0](https://github.com/videojs/m3u8-parser/compare/v6.2.0...v7.0.0) (2023-07-10) diff --git a/package-lock.json b/package-lock.json index 942b10d..81c8a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "m3u8-parser", - "version": "7.0.0", + "version": "7.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aaa4f79..3ca5ad3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "m3u8-parser", - "version": "7.0.0", + "version": "7.1.0", "description": "m3u8 parser", "main": "dist/m3u8-parser.cjs.js", "module": "dist/m3u8-parser.es.js",