From 903f03ebb6ccf6ef707341aa71bad1e297cf8939 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 18 Sep 2023 23:35:00 +0200 Subject: [PATCH] chore(release): 2.4.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b93708d..38694b6 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. +### [2.4.10](https://github.com/microlinkhq/youtube-dl-exec/compare/v2.4.9...v2.4.10) (2023-09-18) + + +### Bug Fixes + +* stdout can be 'null' ([#167](https://github.com/microlinkhq/youtube-dl-exec/issues/167)) ([92150fe](https://github.com/microlinkhq/youtube-dl-exec/commit/92150fe361fa022863d6bef4eeb5dc771e5b72e0)) + ### 2.4.9 (2023-09-18) ### 2.4.8 (2023-09-05) diff --git a/package.json b/package.json index be6f3bd..0a1d770 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://nicedoc.io/microlinkhq/youtube-dl-exec", - "version": "2.4.9", + "version": "2.4.10", "main": "src/index.js", "author": { "email": "hello@microlink.io",