Skip to content

Commit

Permalink
chore(release): 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed May 18, 2023
1 parent fefd97c commit e0aefc7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit e0aefc7

Please sign in to comment.