diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e84871..2e2b9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.7.11](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.7.10...v3.7.11) (2022-10-28) + + +### Bug Fixes + +* **package.json:** train wtf ([789e163](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/789e16380fd01a6b46188c7a1174a55c18c8dead)) + ## [3.7.10](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.7.9...v3.7.10) (2022-10-28) diff --git a/package.json b/package.json index 2e577f8..d07d73d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-frontend-lib", - "version": "3.7.10", + "version": "3.7.11", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts",