Skip to content

Commit

Permalink
chore(release): 1.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.22.0](v1.21.2...v1.22.0) (2024-02-02)

### Bug Fixes

* close button resuming video, modify styles ([53a30b8](53a30b8))
* settings saving repeatedly ([7f670d9](7f670d9))
* youtube settings closing when clicking the quality, speed item ([f45c0d9](f45c0d9))

### Features

* video history resume type (automatic, prompt) ([16da25c](16da25c))

## Release Artifacts
| File Name | SHA-256 Hash |
| :--- | :---: |
| youtube-enhancer-v1.22.0-Chrome.zip | 40693d8bbd9c8315a99902658a3b7ab278824fd1b999709903bbd84641e1cb11 |
| youtube-enhancer-v1.22.0-Chromium.zip | 40693d8bbd9c8315a99902658a3b7ab278824fd1b999709903bbd84641e1cb11 |
| youtube-enhancer-v1.22.0-Edge.zip | 40693d8bbd9c8315a99902658a3b7ab278824fd1b999709903bbd84641e1cb11 |
| youtube-enhancer-v1.22.0-Firefox.zip | ae7177babcc1361891571e3ed8b3e0c3d70bb8e96fa3eab4c2a2f212ac7691ca |
  • Loading branch information
semantic-release-bot committed Feb 2, 2024
1 parent bedd26f commit 60594fa
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [1.22.0](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.21.2...v1.22.0) (2024-02-02)


### Bug Fixes

* close button resuming video, modify styles ([53a30b8](https://github.com/VampireChicken12/youtube-enhancer/commit/53a30b82e15d119fcd4043a807a9ed1206bf505c))
* settings saving repeatedly ([7f670d9](https://github.com/VampireChicken12/youtube-enhancer/commit/7f670d928f938ef562949e8286e5580622463a4f))
* youtube settings closing when clicking the quality, speed item ([f45c0d9](https://github.com/VampireChicken12/youtube-enhancer/commit/f45c0d972d2baca89a641c91e4c7055a9047a4f0))


### Features

* video history resume type (automatic, prompt) ([16da25c](https://github.com/VampireChicken12/youtube-enhancer/commit/16da25c7f54f78ac5b80995265bee8f11ace0ad2))





## Release Artifacts
| File Name | SHA-256 Hash |
| :--- | :---: |
| youtube-enhancer-v1.22.0-Chrome.zip | 40693d8bbd9c8315a99902658a3b7ab278824fd1b999709903bbd84641e1cb11 |
| youtube-enhancer-v1.22.0-Chromium.zip | 40693d8bbd9c8315a99902658a3b7ab278824fd1b999709903bbd84641e1cb11 |
| youtube-enhancer-v1.22.0-Edge.zip | 40693d8bbd9c8315a99902658a3b7ab278824fd1b999709903bbd84641e1cb11 |
| youtube-enhancer-v1.22.0-Firefox.zip | ae7177babcc1361891571e3ed8b3e0c3d70bb8e96fa3eab4c2a2f212ac7691ca |

## [1.21.2](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.21.1...v1.21.2) (2024-01-27)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "VampireChicken12"
},
"displayName": "YouTube Enhancer",
"version": "1.21.2",
"version": "1.22.0",
"description": "YouTube Enhancer is a simple extension that adds some useful features to YouTube.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -77,4 +77,4 @@
"zod": "^3.22.4",
"zod-error": "^1.5.0"
}
}
}

0 comments on commit 60594fa

Please sign in to comment.