chore(release): 1.2.0
Some checks failed
Build and Upload Canary / build (push) Failing after 2m51s

This commit is contained in:
Simeon Radivoev 2026-03-14 02:16:18 +02:00
parent 7286541822
commit 90f9221a80
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
2 changed files with 11 additions and 2 deletions

View file

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.2.0](https://github.com/simeonradivoev/gameflow-deck/compare/v1.1.0...v1.2.0) (2026-03-14)
### Features
* Added interface options ([2f32cbc](https://github.com/simeonradivoev/gameflow-deck/commit/2f32cbc730053c6959e026aca1a030159f50e48b))
* Added QR login ([4739b89](https://github.com/simeonradivoev/gameflow-deck/commit/4739b89933f9dd6082d40f84f8fedd19a013ee98))
* implemented a basic store and emulatorjs ([7286541](https://github.com/simeonradivoev/gameflow-deck/commit/7286541822251e001f2a49c1afbb03520c8d9c4b))
## 1.1.0 (2026-03-01) ## 1.1.0 (2026-03-01)

View file

@ -1,7 +1,7 @@
{ {
"name": "com.simeonradivoev.gameflow-deck", "name": "com.simeonradivoev.gameflow-deck",
"displayName": "Gameflow", "displayName": "Gameflow",
"version": "1.1.0", "version": "1.2.0",
"description": "Game Launcher", "description": "Game Launcher",
"icon": "./src/mainview/assets/icon.svg", "icon": "./src/mainview/assets/icon.svg",
"main": "./src/bun/index.ts", "main": "./src/bun/index.ts",
@ -115,4 +115,4 @@
"vite-static-assets-plugin": "^1.2.2", "vite-static-assets-plugin": "^1.2.2",
"vite-tsconfig-paths": "^6.1.1" "vite-tsconfig-paths": "^6.1.1"
} }
} }