diff --git a/CHANGELOG.md b/CHANGELOG.md index a4dfd44..85a2367 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.1](https://github.com/drodil/youtube_auto_pause/compare/v1.9.0...v1.9.1) (2024-10-04) + + +### Bug Fixes + +* disabled icon in new tab and navigation ([d68cc16](https://github.com/drodil/youtube_auto_pause/commit/d68cc1600855e4566270085a50f6a6762effb6d5)) + ## [1.9.0](https://github.com/drodil/youtube_auto_pause/compare/v1.8.0...v1.9.0) (2024-10-03) diff --git a/chrome/manifest.json b/chrome/manifest.json index 936da78..c2544a2 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "YouTube Auto Pause", - "version": "1.9.0", + "version": "1.9.1", "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 509a267..ba7f8f6 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "YouTube Auto Pause", - "version": "1.9.0", + "version": "1.9.1", "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 bc33d35..18b380a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drodil/youtube_auto_pause", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drodil/youtube_auto_pause", - "version": "1.9.0", + "version": "1.9.1", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index e3c1b95..5801b8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drodil/youtube_auto_pause", - "version": "1.9.0", + "version": "1.9.1", "homepage": "https://github.com/drodil/youtube_auto_pause", "bugs": { "url": "https://github.com/drodil/youtube_auto_pause/issues",