From 33dcbc3d5644b500ab45ccce4d7b703b55b91298 Mon Sep 17 00:00:00 2001 From: Kiko Date: Tue, 7 May 2024 18:55:02 +0000 Subject: [PATCH] chore(release): 3.0.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6778794..5744fb7 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. +### 3.0.2 (2024-05-07) + ### 3.0.1 (2024-05-02) ## [3.0.0](https://github.com/microlinkhq/youtube-dl-exec/compare/v2.5.8...v3.0.0) (2024-04-12) diff --git a/package.json b/package.json index 737177a..24c650c 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.1", + "version": "3.0.2", "types": "src/index.d.ts", "main": "src/index.js", "author": {