From 26f2c92dceb53260b298fc9fa7635793a847f230 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 May 2023 14:04:38 +0000 Subject: [PATCH] chore(release): 3.21.0 [CI SKIP] --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78665d6..e5489b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.21.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.20.7...v3.21.0) (2023-05-19) + + +### Bug Fixes + +* **Utils:** return null when SP not found ([18d341f](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/18d341f82acf843ff830d1bf3d44678f3f2eda52)) + + +### Features + +* **StaticClasses:** add new GamepadUI classes ([3ca8c43](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/3ca8c43a542b1049c4e203ad186e555401fbfbfe)) + ## [3.20.7](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.20.6...v3.20.7) (2023-05-10) diff --git a/package.json b/package.json index 3f4e433..74f0152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-frontend-lib", - "version": "3.20.7", + "version": "3.21.0", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts",