From 90f9221a803da57146c77d3d0f8672c6ed43e851 Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Sat, 14 Mar 2026 02:16:18 +0200 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a70e6..266ed42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [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) diff --git a/package.json b/package.json index f225b1d..d07f8d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.simeonradivoev.gameflow-deck", "displayName": "Gameflow", - "version": "1.1.0", + "version": "1.2.0", "description": "Game Launcher", "icon": "./src/mainview/assets/icon.svg", "main": "./src/bun/index.ts", @@ -115,4 +115,4 @@ "vite-static-assets-plugin": "^1.2.2", "vite-tsconfig-paths": "^6.1.1" } -} \ No newline at end of file +}