diff --git a/CHANGELOG.md b/CHANGELOG.md index b97a3ef..d01f4a4 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.10.1](https://github.com/drodil/youtube_auto_pause/compare/v1.10.0...v1.10.1) (2024-10-07) + + +### Bug Fixes + +* lint command ([13bffc1](https://github.com/drodil/youtube_auto_pause/commit/13bffc142b7edb6057d0c3aef3c901c30f00ecde)) + ## [1.10.0](https://github.com/drodil/youtube_auto_pause/compare/v1.9.2...v1.10.0) (2024-10-07) diff --git a/manifests/chrome.json b/manifests/chrome.json index 020fd00..16255d3 100644 --- a/manifests/chrome.json +++ b/manifests/chrome.json @@ -1,6 +1,6 @@ { "name": "YouTube Auto Pause", - "version": "1.10.0", + "version": "1.10.1", "description": "Stops YouTube (+ other video services) on tab unfocus and continues on focus", "permissions": [ "tabs", diff --git a/manifests/firefox.json b/manifests/firefox.json index 8f76c45..ae731c9 100644 --- a/manifests/firefox.json +++ b/manifests/firefox.json @@ -1,6 +1,6 @@ { "name": "YouTube Auto Pause", - "version": "1.10.0", + "version": "1.10.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 f0be38b..d0009be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drodil/youtube_auto_pause", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drodil/youtube_auto_pause", - "version": "1.10.0", + "version": "1.10.1", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index d8be146..4aec2f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drodil/youtube_auto_pause", - "version": "1.10.0", + "version": "1.10.1", "homepage": "https://github.com/drodil/youtube_auto_pause", "bugs": { "url": "https://github.com/drodil/youtube_auto_pause/issues",