Skip to content

Commit

Permalink
chore(release): 🔖 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Sep 18, 2024
1 parent 6d74141 commit a0a3f74
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/drodil/youtube_auto_pause/compare/v1.7.7...v1.8.0) (2024-09-18)


### Features

* add support to decide if fullscreen ignores all commands ([6d74141](https://github.com/drodil/youtube_auto_pause/commit/6d74141c307a27f6000fc24b36c09127a3f949ac))

### [1.7.7](https://github.com/drodil/youtube_auto_pause/compare/v1.7.6...v1.7.7) (2024-09-18)


Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "YouTube Auto Pause",
"version": "1.7.7",
"version": "1.8.0",
"description": "Stops YouTube (+ other video services) on tab unfocus and continues on focus",
"permissions": [
"tabs",
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "YouTube Auto Pause",
"version": "1.7.7",
"version": "1.8.0",
"description": "Stops YouTube (+ other video services) on tab unfocus and continues on focus",
"permissions": [
"tabs",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drodil/youtube_auto_pause",
"version": "1.7.7",
"version": "1.8.0",
"homepage": "https://github.com/drodil/youtube_auto_pause",
"bugs": {
"url": "https://github.com/drodil/youtube_auto_pause/issues",
Expand Down

0 comments on commit a0a3f74

Please sign in to comment.