chore(release): 3.14.0 [CI SKIP]

This commit is contained in:
semantic-release-bot
2022-12-10 00:14:13 +00:00
parent 7ba1229a4e
commit 1e8979b641
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
# [3.14.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.13.0...v3.14.0) (2022-12-10)
### Features
* **toast:** add showToast/playSound to ToastData ([#64](https://github.com/SteamDeckHomebrew/decky-frontend-lib/issues/64)) ([7ba1229](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/7ba1229a4e24fea587b96dc8b078200faf45ddee))
# [3.13.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.12.0...v3.13.0) (2022-11-29)

View File

@@ -1,6 +1,6 @@
{
"name": "decky-frontend-lib",
"version": "3.13.0",
"version": "3.14.0",
"description": "A library for building decky plugins",
"main": "dist/index.js",
"types": "dist/index.d.ts",