Skip to content

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM committed Jul 23, 2024
1 parent 347b911 commit 51de53e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## v3.1.9
## v3.1.10

<!--Releasenotes start-->
- Temporarily disabled the news feature.
- News page will no longer open after updating from v3.1.5 or an earlier version.
<!--Releasenotes end-->

## v3.1.9

- Temporarily disabled the news feature.

## v3.1.8

- The button's tooltip may now show additional information on the shuffle status.
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": "random-youtube-video",
"version": "3.1.9",
"version": "3.1.10",
"description": "Customize, shuffle and play random videos from any YouTube channel.",
"scripts": {
"dev": "concurrently \"npm run dev:chromium\" \"npm run dev:firefox\"",
Expand Down
4 changes: 2 additions & 2 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Random YouTube Video",
"description": "Customize, shuffle and play random videos from any YouTube channel.",
"version": "3.1.9",
"version_name": "3.1.9",
"version": "3.1.10",
"version_name": "3.1.10",
"manifest_version": 3,
"content_scripts": [
{
Expand Down

0 comments on commit 51de53e

Please sign in to comment.