From 9034d196fd670b163f85782919969bc0dcee2ec0 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 2 Apr 2021 10:19:14 +0200 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf2185..5f69e76 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. +## [1.2.0](https://github.com/microlinkhq/youtube-dl-exec/compare/v1.1.3...v1.2.0) (2021-04-02) + + +### Features + +* add raw method ([6751290](https://github.com/microlinkhq/youtube-dl-exec/commit/6751290e306a86d469c160e419ddda3fa3d7ac14)) + ### [1.1.3](https://github.com/microlinkhq/youtube-dl-exec/compare/v1.1.2...v1.1.3) (2021-03-13) diff --git a/package.json b/package.json index d52140e..c6e3e72 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.1.3", + "version": "1.2.0", "main": "src/index.js", "author": { "email": "hello@microlink.io",