From a11242da89d66812a9c02b532b3280f72ac4d588 Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 21 Jan 2020 20:58:31 +0200 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0d1b5..c069d8c 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.0.1](https://github.com/dessant/youtube-autoplay/compare/v1.0.0...v1.0.1) (2020-01-21) + ## [1.0.0](https://github.com/dessant/youtube-autoplay/compare/v0.5.1...v1.0.0) (2020-01-08) diff --git a/package.json b/package.json index 3d7e560..555fe86 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-autoplay", - "version": "1.0.0", + "version": "1.0.1", "author": "Armin Sebastian", "repository": "https://github.com/dessant/youtube-autoplay", "license": "GPL-3.0-only",