Skip to content

Commit

Permalink
chore(release): 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 17, 2024
1 parent 0efa334 commit 01d9765
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [3.0.9](https://github.com/microlinkhq/youtube-dl-exec/compare/v3.0.8...v3.0.9) (2024-09-17)


### Bug Fixes

* **types:** fix return type of youtubeDl function ([#211](https://github.com/microlinkhq/youtube-dl-exec/issues/211)) ([dcfa0d0](https://github.com/microlinkhq/youtube-dl-exec/commit/dcfa0d0cc9a8e5e9274fd72419b5cdd0f1a5a8f5))

### [3.0.8](https://github.com/microlinkhq/youtube-dl-exec/compare/v3.0.7...v3.0.8) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "youtube-dl-exec",
"description": "A simple Node.js wrapper for youtube-dl",
"homepage": "https://github.com/microlinkhq/youtube-dl-exec",
"version": "3.0.8",
"version": "3.0.9",
"types": "src/index.d.ts",
"main": "src/index.js",
"author": {
Expand Down

0 comments on commit 01d9765

Please sign in to comment.