From b51731679f13598f03133dd7ba0ec431387834db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 06:51:07 +0000 Subject: [PATCH] chore(main): release 1.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d..f6a9e15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 014fc9f..c09f0fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this For the full CapyDeploy project changelog, see the [main project](https://github.com/lobinuxsoft/capydeploy/blob/master/CHANGELOG.md). +## [1.2.2](https://github.com/lobinuxsoft/decky-capydeploy/compare/v1.2.1...v1.2.2) (2026-09-13) + + +### Bug Fixes + +* resolve real home path before building shortcut paths ([9266c7e](https://github.com/lobinuxsoft/decky-capydeploy/commit/9266c7ed2997f0bccd9c16ff42d5e2ceb7ff0788)) +* resolve real home path before building shortcut paths ([23295d3](https://github.com/lobinuxsoft/decky-capydeploy/commit/23295d3473077434485a5265a86c66ac5de05605)), closes [#35](https://github.com/lobinuxsoft/decky-capydeploy/issues/35) + ## [1.2.1](https://github.com/lobinuxsoft/decky-capydeploy/compare/v1.2.0...v1.2.1) (2026-05-01) diff --git a/package.json b/package.json index e3bdc9b..6b131bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-capydeploy", - "version": "1.2.1", + "version": "1.2.2", "description": "Decky plugin for CapyDeploy - receive games and create shortcuts in gaming mode", "type": "module", "scripts": {