Skip to content

Commit

Permalink
Version bump to 2.25.9
Browse files Browse the repository at this point in the history
  • Loading branch information
salcido committed Oct 19, 2021
1 parent a2f9606 commit 7e8ee6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions js/popup/change-log.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ module.exports = {
features: [
],
updates: [
{
name: 'Bugfix',
description: 'Fixed an issue with the new release URL structure in the Release Scanner and Remove From Wantlist shortcuts features.'
},
{
name: 'Enhancement',
description: 'I\'ve added a new endpoint that will allow me to send a heads up if there are changes to Discogs that end up breaking a feature of Discogs Enhancer. Hopefully this will go a long way to getting the word out when something goes wrong.'
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Discogs Enhancer",
"short_name": "Discogs Enhancer",
"description": "Adds a dark theme, block sellers, price comparisons, currency converter, configurable quick search, & more to Discogs!",
"version": "2.25.8",
"version": "2.25.9",
"author": "Matthew Salcido",
"homepage_url": "https://www.discogs-enhancer.com",
"browser_action": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discogs-enhancer",
"version": "2.25.8",
"version": "2.25.9",
"description": "A Chrome extension that adds useful functionality to Discogs.com! https://www.discogs-enhancer.com",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7e8ee6c

Please sign in to comment.