diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f254ce..fe531c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.0] - 2023-08-13 + +### Added + +- Option to switch to the page you want instead of going from one to one. - Code improvements and cleanup. - Remove unnecessary dependencies. - UI/UX improvements. ## [2.4.1] - 2023-01-29 +### Changed + +- Now the webpage only scrap this countries: ES, RU, AR, CN, SE, AM, NO and BR. + ### Fixed - Fixed GOG extracted games, due a GOG API limitation the number of countries had been limited to 7. diff --git a/package-lock.json b/package-lock.json index cd14256d..7b5d4839 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gog-regions-prices", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gog-regions-prices", - "version": "2.4.1", + "version": "2.5.0", "license": "AGPL-3.0-only", "devDependencies": { "@fullhuman/postcss-purgecss": "5.0.0", diff --git a/package.json b/package.json index b14da792..6d9fd054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gog-regions-prices", - "version": "2.4.1", + "version": "2.5.0", "description": "Compare GOG's prices between all regions (in dollars)", "author": "Rodrigo Tomé Nieto ", "scripts": {