diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e2db1..bd7cd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v0.4.2...v0.5.0) (2022-06-06) + + +### Features + +* **utils:** add joinClassNames util ([f34b9de](https://github.com/SteamDeckHomebrew/decky-frontend-lib/commit/f34b9de97f61eb5b075d6adedfcacfa5e097943b)) + ## [0.4.2](https://github.com/SteamDeckHomebrew/decky-frontend-lib/compare/v0.4.1...v0.4.2) (2022-06-06) diff --git a/package.json b/package.json index 3bdead1..7919307 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-frontend-lib", - "version": "0.4.2", + "version": "0.5.0", "description": "A library for building decky plugins", "main": "dist/index.js", "types": "dist/index.d.ts",