From 47fd13692f3243e5e07d712cfd003f670f44731b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Nov 2022 01:13:29 +0000 Subject: [PATCH] chore(release): 3.11.1 [CI SKIP] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",