From 7e8ee6c8b69b60b1207e9a1f986009648ec8bab9 Mon Sep 17 00:00:00 2001 From: Matthew Salcido Date: Mon, 18 Oct 2021 20:39:25 -0700 Subject: [PATCH] Version bump to 2.25.9 --- js/popup/change-log.js | 4 ++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/js/popup/change-log.js b/js/popup/change-log.js index c300d814..26fd0ff7 100644 --- a/js/popup/change-log.js +++ b/js/popup/change-log.js @@ -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.' diff --git a/manifest.json b/manifest.json index 138472dc..40db91ce 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { diff --git a/package.json b/package.json index df77149d..bb0e5500 100644 --- a/package.json +++ b/package.json @@ -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": {