diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a680f..1ccf37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.20.6](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.20.5...v3.20.6) (2023-04-29) + + +### Bug Fixes + +* **QuickAccessTab:** set decky tab ID to 999 ([5d5cb31](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/5d5cb31638070deae9970a93c587b447d5e56559)) + ## [3.20.5](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.20.4...v3.20.5) (2023-04-04) diff --git a/package.json b/package.json index b4418eb..8e583ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-frontend-lib", - "version": "3.20.5", + "version": "3.20.6", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts",