From e0aefc7213f1a5cfbabbee2c97cd3b725568d15b Mon Sep 17 00:00:00 2001 From: renxia Date: Thu, 18 May 2023 14:43:47 +0800 Subject: [PATCH] chore(release): 0.0.4 --- CHANGELOG.md | 8 ++++++++ package.json | 14 +++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f245642..ed73939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4](https://github.com/lzwme/m3u8-dl/compare/v0.0.3...v0.0.4) (2023-05-18) + + +### Bug Fixes + +* 修复windows下ffmpeg合成mp4失败的问题 ([fefd97c](https://github.com/lzwme/m3u8-dl/commit/fefd97caf5bc6d52038e5bebdb8ebe5e67bb11a5)) +* preDownLoad 预下载增加异常处理 ([88cd3c7](https://github.com/lzwme/m3u8-dl/commit/88cd3c722c8910d5b9f2e1887866b75183f57b7c)) + ### [0.0.3](https://github.com/lzwme/m3u8-dl/compare/v0.0.2...v0.0.3) (2023-05-03) diff --git a/package.json b/package.json index 2a36a08..3606dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lzwme/m3u8-dl", - "version": "0.0.3", + "version": "0.0.4", "description": "Batch download of m3u8 files and convert to mp4", "main": "cjs/index.js", "types": "cjs/index.d.ts", @@ -44,11 +44,11 @@ "registry": "https://registry.npmjs.com" }, "devDependencies": { - "@lzwme/fed-lint-helper": "^2.3.1", - "@types/node": "^18.16.3", - "@typescript-eslint/eslint-plugin": "^5.59.2", - "@typescript-eslint/parser": "^5.59.2", - "eslint": "^8.39.0", + "@lzwme/fed-lint-helper": "^2.3.2", + "@types/node": "^20.2.0", + "@typescript-eslint/eslint-plugin": "^5.59.6", + "@typescript-eslint/parser": "^5.59.6", + "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.3", @@ -61,7 +61,7 @@ "commander": "^10.0.1", "console-log-colors": "^0.4.0", "enquirer": "^2.3.6", - "m3u8-parser": "^6.0.0" + "m3u8-parser": "^6.1.0" }, "files": [ "cjs",