From 72fe2085c852c228b2fc03fa77e1e35fa11b6a92 Mon Sep 17 00:00:00 2001 From: renxia Date: Wed, 16 Aug 2023 15:48:55 +0800 Subject: [PATCH] chore(release): 0.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d41bfa..10292f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.6](https://github.com/lzwme/m3u8-dl/compare/v0.0.5...v0.0.6) (2023-08-16) + + +### Bug Fixes + +* 修复获取播放地址分隔符为空时会报错的问题 ([e99bfa8](https://github.com/lzwme/m3u8-dl/commit/e99bfa8b9767e7a68b489b5e456bf884d7d73436)) + ### [0.0.5](https://github.com/lzwme/m3u8-dl/compare/v0.0.4...v0.0.5) (2023-07-06) diff --git a/package.json b/package.json index f63fbab..94825ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lzwme/m3u8-dl", - "version": "0.0.5", + "version": "0.0.6", "description": "Batch download of m3u8 files and convert to mp4", "main": "cjs/index.js", "types": "cjs/index.d.ts",