diff --git a/CHANGELOG.md b/CHANGELOG.md index d192854..07f228e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.7.2](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.7.1...v4.7.2) (2024-09-16) + + +### Bug Fixes + +* **utils:** fix potential race condition in findSP ([3aa07dc](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/3aa07dc9ce798ff8d1148424ee9e8a8bf2ba78c6)) + ## [4.7.1](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.7.0...v4.7.1) (2024-08-08) diff --git a/package.json b/package.json index 1cff069..5d464e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@decky/ui", - "version": "4.7.1", + "version": "4.7.2", "description": "A library for interacting with the Steam frontend in Decky plugins and elsewhere.", "main": "dist/index.js", "types": "dist/index.d.ts",