From b166bcebb72c6b5b34efb9e0b1588c4d05642ba7 Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 17 Jul 2023 14:26:32 +0300 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e497513..e30b96d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.0.1](https://github.com/dessant/youtube-autoplay/compare/v2.0.0...v2.0.1) (2023-07-17) + + +### Bug Fixes + +* do not save automatic option changes ([6b17ae2](https://github.com/dessant/youtube-autoplay/commit/6b17ae2416ce02858d4a899678b80b7121c28f28)) +* update autoplay value only when player is visible ([4d51fb4](https://github.com/dessant/youtube-autoplay/commit/4d51fb4eec6299557625d57421419ffaa8cbe10e)), closes [#11](https://github.com/dessant/youtube-autoplay/issues/11) + ## [2.0.0](https://github.com/dessant/youtube-autoplay/compare/v1.1.0...v2.0.0) (2023-03-19) diff --git a/package-lock.json b/package-lock.json index 74b64c2..74b2ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "youtube-autoplay", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "youtube-autoplay", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^5.0.5", diff --git a/package.json b/package.json index 980958a..cc91b78 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-autoplay", - "version": "2.0.0", + "version": "2.0.1", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/youtube-autoplay",