Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Jan 21, 2023
1 parent 9474829 commit 44048b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
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.

10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-volume-scroll",
"version": "1.6.1",
"version": "2.0.0",
"description": "Browser Extension that enables scrolling mousewheel to control volume on Youtube and Youtube Music",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -67,14 +67,6 @@
}
},
"release-it": {
"plugins": {
"@release-it/bumper": {
"out": [
"package.json",
"unpacked/manifest.json"
]
}
},
"hooks": {
"before:init": [
"npm run check",
Expand Down
2 changes: 1 addition & 1 deletion unpacked/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Youtube Volume Scroll",
"short_name": "YoutubeVolumeScroll",
"version": "1.6.1",
"version": "2.0.0",
"description": "Enable scrolling mousewheel to control volume on Youtube and Youtube Music",
"permissions": [
"storage"
Expand Down

0 comments on commit 44048b7

Please sign in to comment.