diff --git a/CHANGELOG.md b/CHANGELOG.md index 10292f3..e8aaef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.7](https://github.com/lzwme/m3u8-dl/compare/v0.0.6...v0.0.7) (2024-02-23) + + +### Bug Fixes + +* 更新默认远程配置加载URL ([b39deb4](https://github.com/lzwme/m3u8-dl/commit/b39deb412fc7ab0de72d0e1ee655bd34146ea4ef)) +* 修复文件名包含空格时转换为mp4失败的问题 ([a3728ed](https://github.com/lzwme/m3u8-dl/commit/a3728ed902f4eb04145a3295bca5c4bd4d29b2f6)) +* 修复下载结束不会自动退出的问题 ([1acc9ea](https://github.com/lzwme/m3u8-dl/commit/1acc9ea1714d62488e2a4df987252d1cda26decc)) + ### [0.0.6](https://github.com/lzwme/m3u8-dl/compare/v0.0.5...v0.0.6) (2023-08-16) diff --git a/package.json b/package.json index 1cd8719..3ae2736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lzwme/m3u8-dl", - "version": "0.0.6", + "version": "0.0.7", "description": "Batch download of m3u8 files and convert to mp4", "main": "cjs/index.js", "types": "cjs/index.d.ts", @@ -44,21 +44,21 @@ "registry": "https://registry.npmjs.com" }, "devDependencies": { - "@lzwme/fed-lint-helper": "^2.5.1", - "@types/node": "^20.11.0", - "@typescript-eslint/eslint-plugin": "^6.18.1", - "@typescript-eslint/parser": "^6.18.1", + "@lzwme/fed-lint-helper": "^2.5.2", + "@types/node": "^20.11.20", + "@typescript-eslint/eslint-plugin": "^7.0.2", + "@typescript-eslint/parser": "^7.0.2", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", - "husky": "^8.0.3", - "prettier": "^3.2.1", + "husky": "^9.0.11", + "prettier": "^3.2.5", "standard-version": "^9.5.0", "typescript": "^5.3.3" }, "dependencies": { - "@lzwme/fe-utils": "^1.5.10", - "commander": "^11.1.0", + "@lzwme/fe-utils": "^1.6.0", + "commander": "^12.0.0", "console-log-colors": "^0.4.0", "enquirer": "^2.4.1", "m3u8-parser": "^7.1.0"