From f162f4f601a865b209970f7fa6057103972e06cb Mon Sep 17 00:00:00 2001 From: Kiko Date: Sat, 30 Dec 2023 11:27:34 +0000 Subject: [PATCH] chore(release): 2.5.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06fe31..3869f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.5.4 (2023-12-30) + ### 2.5.3 (2023-12-17) diff --git a/package.json b/package.json index e3f5d74..983c18d 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": "2.5.3", + "version": "2.5.4", "types": "src/index.d.ts", "main": "src/index.js", "author": {