From 6b8c28e69cf5062d3be11e7951897bb6c7ff514e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jun 2024 04:17:41 +0000 Subject: [PATCH] chore(release): 4.2.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 4b0c82c4..d06db2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.1](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.2.0...v4.2.1) (2024-06-27) + + +### Bug Fixes + +* **errorboundary:** work around broken react types ([3ef9648](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/3ef96483550020cecf656b94a73d2bb9313bda07)) + # [4.2.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v4.1.1...v4.2.0) (2024-06-27) diff --git a/package.json b/package.json index 81c8a527..3f7836ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@decky/ui", - "version": "4.2.0", + "version": "4.2.1", "description": "A library for interacting with the Steam frontend in Decky plugins and elsewhere.", "main": "dist/index.js", "types": "dist/index.d.ts",