Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
cptpiepmatz committed Sep 24, 2022
1 parent 188cb8c commit f6390ae
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.2.3 [firefox][firefox-v1.2.3] [chrome][chrome-v1.2.3] (2022-09-24)
[firefox-v1.2.3]: https://github.com/cptpiepmatz/great-on-deck-search/releases/tag/v1.2.3%2Bfirefox
[chrome-v1.2.3]: https://github.com/cptpiepmatz/great-on-deck-search/releases/tag/v1.2.3%2Bchrome

### 🛠️ Improvements

- Games list pages of profiles without custom id now work too
([#15](https://github.com/cptpiepmatz/great-on-deck-search/pull/15))
- Added version tag with link to changelog to settings page
([188cb8c](https://github.com/cptpiepmatz/great-on-deck-search/commit/188cb8c2e69bdb63a7c5408b85a830b01389f66b))

### 🐛 Bug Fixes

- Data from the session cache was read improperly
([#17](https://github.com/cptpiepmatz/great-on-deck-search/pull/17))
- Attempted to use a disconnected port object
([ca78181](https://github.com/cptpiepmatz/great-on-deck-search/commit/ca781810a5f5952ec35360d468b35d6ff8f7ddbb))
- Age check page was trying to use app page handler
([547baa4](https://github.com/cptpiepmatz/great-on-deck-search/commit/547baa4a5a8948a48db9192d6693f1b6885ee326))

# v1.2.2 [firefox][firefox-v1.2.2] [chrome][chrome-v1.2.2] (2022-09-04)
[firefox-v1.2.2]: https://github.com/cptpiepmatz/great-on-deck-search/releases/tag/v1.2.2%2Bfirefox
[chrome-v1.2.2]: https://github.com/cptpiepmatz/great-on-deck-search/releases/tag/v1.2.2%2Bchrome
Expand Down
2 changes: 1 addition & 1 deletion chrome.manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Show Great on Deck on Steam",
"description": "See what Games are verified for the Steam Deck and which Medal they have on ProtonDB in the Steam Store.",
"version": "1.2.2",
"version": "1.2.3",
"manifest_version": 3,
"background": {
"service_worker": "out/background.bundle.js"
Expand Down
2 changes: 1 addition & 1 deletion firefox.manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Show Great on Deck on Steam",
"description": "See what Games are verified for the Steam Deck and which Medal they have on ProtonDB in the Steam Store.",
"version": "1.2.2",
"version": "1.2.3",
"manifest_version": 2,
"background": {
"scripts": ["out/background.bundle.js"]
Expand Down

0 comments on commit f6390ae

Please sign in to comment.