From 01d97654f95ec80f6c6454558f939c37826cd48b Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 17 Sep 2024 16:01:11 +0200 Subject: [PATCH] chore(release): 3.0.9 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c8f5f..d22e184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index df898dc..e22678e 100644 --- a/package.json +++ b/package.json @@ -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": {