Skip to content

Commit

Permalink
chore(release): 1.24.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.24.1](v1.24.0...v1.24.1) (2024-04-25)

### Bug Fixes

* button ordering is consistent now ([a340ee0](a340ee0))
* enable feature menu before buttons ([267b4e8](267b4e8))
* volumeBoost enabled twice ([00102dd](00102dd))

## Release Artifacts
| File Name | SHA-256 Hash |
| :--- | :---: |
| youtube-enhancer-v1.24.1-Chrome.zip | f0448b286e19d3b29976f02e8257b513b4f6dcdf1a4138484d871caa19c7fb18 |
| youtube-enhancer-v1.24.1-Chromium.zip | f0448b286e19d3b29976f02e8257b513b4f6dcdf1a4138484d871caa19c7fb18 |
| youtube-enhancer-v1.24.1-Edge.zip | f0448b286e19d3b29976f02e8257b513b4f6dcdf1a4138484d871caa19c7fb18 |
| youtube-enhancer-v1.24.1-Firefox.zip | 10ac176c10771eddcf7279b64033cbeb84480d27071670892f438bdc6a44408a |
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent 9dc33ea commit 6041a17
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [1.24.1](https://github.com/YouTube-Enhancer/extension/compare/v1.24.0...v1.24.1) (2024-04-25)


### Bug Fixes

* button ordering is consistent now ([a340ee0](https://github.com/YouTube-Enhancer/extension/commit/a340ee086dabab080c063ba9b249fb6e6bc37ae0))
* enable feature menu before buttons ([267b4e8](https://github.com/YouTube-Enhancer/extension/commit/267b4e8532589dd577fd03fe8a5767306dfbe8c5))
* volumeBoost enabled twice ([00102dd](https://github.com/YouTube-Enhancer/extension/commit/00102dd009ce4bdbc75264dfca78f3c57fc05e26))





## Release Artifacts
| File Name | SHA-256 Hash |
| :--- | :---: |
| youtube-enhancer-v1.24.1-Chrome.zip | f0448b286e19d3b29976f02e8257b513b4f6dcdf1a4138484d871caa19c7fb18 |
| youtube-enhancer-v1.24.1-Chromium.zip | f0448b286e19d3b29976f02e8257b513b4f6dcdf1a4138484d871caa19c7fb18 |
| youtube-enhancer-v1.24.1-Edge.zip | f0448b286e19d3b29976f02e8257b513b4f6dcdf1a4138484d871caa19c7fb18 |
| youtube-enhancer-v1.24.1-Firefox.zip | 10ac176c10771eddcf7279b64033cbeb84480d27071670892f438bdc6a44408a |

# [1.24.0](https://github.com/VampireChicken12/youtube-enhancer/compare/v1.23.3...v1.24.0) (2024-04-16)


Expand Down
6 changes: 3 additions & 3 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.24.0",
"version": "1.24.1",
"description": "YouTube Enhancer is a simple extension that adds some useful features to YouTube.",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
"lint:fix": "eslint . --fix"
},
"type": "module",
"optionalDependencies": {
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.14.3",
"ts-json-as-const": "^1.0.7"
},
Expand Down Expand Up @@ -85,4 +85,4 @@
"zod": "^3.22.4",
"zod-error": "^1.5.0"
}
}
}

0 comments on commit 6041a17

Please sign in to comment.