diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ce3db..1877fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.21.8](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.21.7...v3.21.8) (2023-06-27) + + +### Bug Fixes + +* the typescript compiler was eating the enum ([c9b5839](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/c9b583945c1cb5267b41a821743590a841572abe)) + ## [3.21.7](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v3.21.6...v3.21.7) (2023-06-26) diff --git a/package.json b/package.json index 227e155..6c6af59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-frontend-lib", - "version": "3.21.7", + "version": "3.21.8", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts",