We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63c200 commit ab434b8Copy full SHA for ab434b8
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.2](https://github.com/SteamDeckHomebrew/loader-api/compare/v1.1.1...v1.1.2) (2024-07-29)
2
+
3
4
+### Bug Fixes
5
6
+* **types:** DeckyRequestInit extended interface is optional ([7686625](https://github.com/SteamDeckHomebrew/loader-api/commit/7686625f317b98f86633bacfdb0d58b2d0d62a32))
7
8
## [1.1.1](https://github.com/SteamDeckHomebrew/loader-api/compare/v1.1.0...v1.1.1) (2024-07-28)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@decky/api",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Library for interacting with Decky Loader.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments