diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a89e6..6218b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.11.1](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.11.0...v3.11.1) (2022-11-20) + + +### Bug Fixes + +* **Footer:** add types for ActionDescriptionMap ([2ec9519](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/2ec9519b7d6d1cc0d232853ce05a773953b37c5a)) + # [3.11.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.10.0...v3.11.0) (2022-11-18) diff --git a/package.json b/package.json index 293c905..2f0a6bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-frontend-lib", - "version": "3.11.0", + "version": "3.11.1", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts",