From 8ee6a9e1e8e2a2cef5a7b06ae586ff0184dc4aa2 Mon Sep 17 00:00:00 2001 From: Kiko Date: Mon, 27 Sep 2021 11:56:35 +0000 Subject: [PATCH] chore(release): 1.2.12 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 928eb11..31886ff 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. +### 1.2.12 (2021-09-27) + ### 1.2.11 (2021-09-26) ### 1.2.10 (2021-09-26) diff --git a/package.json b/package.json index 6556e4c..f6de820 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": "1.2.11", + "version": "1.2.12", "main": "src/index.js", "author": { "email": "hello@microlink.io",