From aea5cb4a2a5aa463c62d7a286c06b970e8f8c15b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:34:49 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ gitify@gitify.io/metadata.json | 11 +++++++++-- package.json | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bd83511 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.1.0 (2026-09-08) + + +### 🚀 Features + +* add Gitify GNOME Shell extension and repository tooling ([7717dfd](https://github.com/gitify-app/gnome/commit/7717dfddd94d7b02db9020004bfd107aa59bf873)) + + +### 🤖 Continuous Integration + +* start releases at 0.1.0 ([518df85](https://github.com/gitify-app/gnome/commit/518df8546a21365be038c507e37a5ec7acea3b25)) diff --git a/gitify@gitify.io/metadata.json b/gitify@gitify.io/metadata.json index 4374980..5fb3f7f 100644 --- a/gitify@gitify.io/metadata.json +++ b/gitify@gitify.io/metadata.json @@ -2,8 +2,15 @@ "uuid": "gitify@gitify.io", "name": "Gitify", "description": "Anchors the Gitify window to its tray icon. Wayland leaves window placement to the compositor, so without this the Gitify popup opens wherever GNOME decides to put it.", - "shell-version": ["45", "46", "47", "48", "49", "50"], + "shell-version": [ + "45", + "46", + "47", + "48", + "49", + "50" + ], "url": "https://github.com/gitify-app/gnome", - "version-name": "0.0.0", + "version-name": "0.1.0", "version": 1 } diff --git a/package.json b/package.json index 2b1e507..2582be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitify-app/gnome", - "version": "0.0.0", + "version": "0.1.0", "private": true, "description": "GNOME Shell extension that anchors the Gitify window to its tray icon", "homepage": "https://gitify.io/",