diff --git a/CHANGELOG.md b/CHANGELOG.md index 52eb59c..bb76091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/Schanihbg/webhallen-userscript/compare/v1.0.0...v1.0.1) (2024-02-06) + + +### Bug Fixes + +* update [@update](https://github.com/update)Url ([96780fb](https://github.com/Schanihbg/webhallen-userscript/commit/96780fb3def742ef10bf7c61cb5a5c9948d08d20)) + ## 1.0.0 (2024-02-06) diff --git a/package-lock.json b/package-lock.json index 29386d8..d518c5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webhallen-userscript", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "webhallen-userscript", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-3.0", "devDependencies": { "@sleavely/eslint-config": "^1.0.1", diff --git a/package.json b/package.json index d0f0080..98b2b5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webhallen-userscript", - "version": "1.0.0", + "version": "1.0.1", "description": "Adds a statistics page in the user profile section and adds product comparison functionality on applicable products", "main": "dist/webhallen.user.js", "scripts": {