diff --git a/CHANGELOG.md b/CHANGELOG.md index 53be221..9cdc29a 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.11.1](https://github.com/drodil/video_auto_pause/compare/v1.11.0...v1.11.1) (2025-01-13) + + +### Bug Fixes + +* enabled icon & viewport check ([75d2bbf](https://github.com/drodil/video_auto_pause/commit/75d2bbfa407a2b7e750c6e77f690efe84b434320)) + ## [1.11.0](https://github.com/drodil/video_auto_pause/compare/v1.10.2...v1.11.0) (2025-01-09) diff --git a/manifests/chrome.json b/manifests/chrome.json index a5adf01..d8f2974 100644 --- a/manifests/chrome.json +++ b/manifests/chrome.json @@ -1,6 +1,6 @@ { "name": "Video Auto Pause", - "version": "1.11.0", + "version": "1.11.1", "description": "Stops multiple video services on tab unfocus and continues on focus", "permissions": [ "tabs", diff --git a/manifests/firefox.json b/manifests/firefox.json index 42c50ef..a49c5d2 100644 --- a/manifests/firefox.json +++ b/manifests/firefox.json @@ -1,6 +1,6 @@ { "name": "Video Auto Pause", - "version": "1.11.0", + "version": "1.11.1", "description": "Stops various video services on tab unfocus and continues on focus", "permissions": [ "tabs", diff --git a/package-lock.json b/package-lock.json index 54af398..aab7f0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drodil/video_auto_pause", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drodil/video_auto_pause", - "version": "1.11.0", + "version": "1.11.1", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index 40abed8..c745e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drodil/video_auto_pause", - "version": "1.11.0", + "version": "1.11.1", "homepage": "https://github.com/drodil/video_auto_pause", "bugs": { "url": "https://github.com/drodil/video_auto_pause/issues",