Skip to content

Commit

Permalink
Release 10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 authored Dec 26, 2023
2 parents 3cf0a59 + 897ab3f commit 9559250
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 149 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# GameVault Backend Server Changelog

## 10.0.2

Recommended Gamevault App Version: `v1.8.1`

### Changes

- Improved RAWG API Matching and Search by deprecating the ``RAWG_API_EXCLUDE_STORES`` configuration variable in favor of ``RAWG_API_INCLUDED_STORES``. [#234](https://github.com/Phalcode/gamevault-backend/issues/234)

### Thanks

- @alexfornuto

## 10.0.1

### Changes
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamevault-backend",
"version": "10.0.1",
"version": "10.0.2",
"description": "the self-hosted gaming platform for drm-free games",
"author": "Alkan Alper, Schäfer Philip GbR / Phalcode",
"private": true,
Expand Down Expand Up @@ -49,7 +49,7 @@
"cookie-parser": "1.4.6",
"dotenv": "16.3.1",
"express": "4.18.2",
"fastify": "4.25.1",
"fastify": "4.25.2",
"file-type-checker": "1.0.8",
"helmet": "7.1.0",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -93,17 +93,16 @@
"@types/node-7z": "2.1.8",
"@types/passport-http": "0.3.11",
"@types/string-similarity": "4.0.2",
"@types/supertest": "^2.0.16",
"@types/unidecode": "^0.1.3",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.0",
"eslint-plugin-prettier": "5.1.2",
"jest": "^29.7.0",
"prettier": "3.1.1",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-jsdoc": "1.3.0",
"simple-git-hooks": "2.9.0",
"ts-jest": "^29.1.1",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit 9559250

Please sign in to comment.