diff --git a/CHANGELOG.md b/CHANGELOG.md index d44f5e1..0d64831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.7.3](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.7.2...v3.7.3) (2022-10-25) + + +### Bug Fixes + +* **tabs:** it returns ([3c553a2](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/3c553a227d1aa7b03c4431ff968f336b4f871801)) + ## [3.7.2](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.7.1...v3.7.2) (2022-10-24) diff --git a/package.json b/package.json index 4bd14d0..2d0b37e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-frontend-lib", - "version": "3.7.2", + "version": "3.7.3", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts",