Skip to content

Commit

Permalink
chore(release): 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Feb 23, 2024
1 parent b39deb4 commit 158f335
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 158f335

Please sign in to comment.