From 28cbc1cfe1dba1b2183ef5ef58271af53f2e7b99 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Oct 2022 21:42:37 +0000 Subject: [PATCH] chore(release): 3.7.6 [CI SKIP] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f899c..e399d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.7.6](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.7.5...v3.7.6) (2022-10-26) + + +### Bug Fixes + +* **Field:** add override for onClick type ([#43](https://github.com/SteamDeckHomebrew/decky-frontend-lib/issues/43)) ([fe75dfb](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/fe75dfb5f4fb1ec9417cc07dc714c71820945748)) + ## [3.7.5](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.7.4...v3.7.5) (2022-10-26) diff --git a/package.json b/package.json index b6355cb..d62d687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-frontend-lib", - "version": "3.7.5", + "version": "3.7.6", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts",