From e0dc5639c1f849b0b515f6cbd5c35cf7682989a9 Mon Sep 17 00:00:00 2001 From: Kiko Date: Thu, 17 Nov 2022 10:16:43 +0000 Subject: [PATCH] chore(release): 2.1.9 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17eeeaa..48745e4 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.1.9 (2022-11-17) + ### 2.1.8 (2022-11-02) ### 2.1.7 (2022-10-28) diff --git a/package.json b/package.json index 0193b58..2314334 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.1.8", + "version": "2.1.9", "main": "src/index.js", "author": { "email": "hello@microlink.io",