From 0906ccc42a1b559717204988f4c010985f496019 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:31:06 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- app/CHANGELOG.md | 9 +++++++++ app/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f54b7d2..846b294 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "app": "1.8.10", + "app": "1.8.11", "packages/ui": "2.0.14", "packages/api": "0.8.1", "packages/build": "2.0.14", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 923605e..776fdfe 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.8.11](https://github.com/RokiiApp/app/compare/rokii-v1.8.10...rokii-v1.8.11) (2024-03-27) + + +### Bug Fixes + +* add offline support for extensions ([aa5efaf](https://github.com/RokiiApp/app/commit/aa5efaf04b4c640765080df8e21771c89866acae)) +* not getting correctly debugging plugins ([f843164](https://github.com/RokiiApp/app/commit/f8431647b3c220fc9cc781fca729947bdbc246f6)) +* update deps ([a1f84c6](https://github.com/RokiiApp/app/commit/a1f84c62d5cd8c2092766dd68e383c0ec6f76e0d)) + ## [1.8.10](https://github.com/RokiiApp/app/compare/rokii-v1.8.9...rokii-v1.8.10) (2024-03-18) diff --git a/app/package.json b/app/package.json index af3704e..9148176 100644 --- a/app/package.json +++ b/app/package.json @@ -2,7 +2,7 @@ "name": "rokii", "description": "Productivity booster for Windows", "private": true, - "version": "1.8.10", + "version": "1.8.11", "type": "module", "scripts": { "web:dev": "vite",