From 602db2eda8946758d50d202884a48944c2d439f3 Mon Sep 17 00:00:00 2001 From: Heikki Hellgren Date: Fri, 4 Oct 2024 08:46:08 +0300 Subject: [PATCH] chore(release): :bookmark: 1.9.2 --- CHANGELOG.md | 7 +++++++ chrome/manifest.json | 2 +- firefox/manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a2367..87ba7fb 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.9.2](https://github.com/drodil/youtube_auto_pause/compare/v1.9.1...v1.9.2) (2024-10-04) + + +### Bug Fixes + +* check for active tab for disabled icon ([22a2f3a](https://github.com/drodil/youtube_auto_pause/commit/22a2f3a1585db9199b99b035965821b571a088fb)) + ### [1.9.1](https://github.com/drodil/youtube_auto_pause/compare/v1.9.0...v1.9.1) (2024-10-04) diff --git a/chrome/manifest.json b/chrome/manifest.json index c2544a2..8b3e76a 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "YouTube Auto Pause", - "version": "1.9.1", + "version": "1.9.2", "description": "Stops YouTube (+ other video services) on tab unfocus and continues on focus", "permissions": [ "tabs", diff --git a/firefox/manifest.json b/firefox/manifest.json index ba7f8f6..70f844d 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "YouTube Auto Pause", - "version": "1.9.1", + "version": "1.9.2", "description": "Stops YouTube (+ other video services) on tab unfocus and continues on focus", "permissions": [ "tabs", diff --git a/package-lock.json b/package-lock.json index 18b380a..c117aed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drodil/youtube_auto_pause", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drodil/youtube_auto_pause", - "version": "1.9.1", + "version": "1.9.2", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index 5801b8f..fd250fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drodil/youtube_auto_pause", - "version": "1.9.1", + "version": "1.9.2", "homepage": "https://github.com/drodil/youtube_auto_pause", "bugs": { "url": "https://github.com/drodil/youtube_auto_pause/issues",