From ea2e072085e0b8b5cec8d86c4e2ed1520a0dcce5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Jun 2022 01:59:56 +0000 Subject: [PATCH] chore(release): 0.9.0 [CI SKIP] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140bb6f..36c4903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.9.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v0.8.0...v0.9.0) (2022-06-09) + + +### Features + +* **custom-components:** add SuspensefulImage ([6324282](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/6324282b480f358a3d5936ab6d08ab239d640997)) + # [0.8.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v0.7.2...v0.8.0) (2022-06-09) diff --git a/package.json b/package.json index d87290d..0788646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-frontend-lib", - "version": "0.8.0", + "version": "0.9.0", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts",