From 00723742b2967395ecb67518c4b03f26ad304f79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 02:46:15 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ gitify@gitify.io/metadata.json | 6 ++++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5562428..3032608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/gitify-app/gnome/compare/v0.1.0...v0.2.0) (2026-09-21) + + +### 🚀 Features + +* guide users through Gitify setup from extension preferences ([8274bde](https://github.com/gitify-app/gnome/commit/8274bde23f6ef94efe302e53b554f5575239e523)) + + +### 📚 Documentation + +* link the GNOME extension submission ([6318d37](https://github.com/gitify-app/gnome/commit/6318d37317ad771dbf6626fd7e60433623a2edd9)) + ## 0.1.0 (2026-09-16) diff --git a/gitify@gitify.io/metadata.json b/gitify@gitify.io/metadata.json index c84d281..8de365e 100644 --- a/gitify@gitify.io/metadata.json +++ b/gitify@gitify.io/metadata.json @@ -2,7 +2,9 @@ "uuid": "gitify@gitify.io", "name": "Gitify", "description": "Anchors the Gitify window below its tray icon on GNOME Wayland. Requires Gitify and the AppIndicator and KStatusNotifierItem Support extension for tray anchoring. Falls back to the top-right corner when the tray icon is unavailable.", - "shell-version": ["50"], + "shell-version": [ + "50" + ], "url": "https://github.com/gitify-app/gnome", - "version-name": "0.1.0" + "version-name": "0.2.0" } diff --git a/package.json b/package.json index 0918046..85f604d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitify-app/gnome", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "GNOME Shell extension that anchors the Gitify window to its tray icon", "homepage": "https://gitify.io/",