Skip to content

Commit 9abd9fb

Browse files
chore(main): release 7.3.3 (#3176)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bfd2672 commit 9abd9fb

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.3.2"
2+
".": "7.3.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [7.3.3](https://github.com/gitify-app/gitify/compare/v7.3.2...v7.3.3) (2026-08-12)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **metrics:** fetch stacked pr metrics only for GitHub Cloud ([#3175](https://github.com/gitify-app/gitify/issues/3175)) ([bfd2672](https://github.com/gitify-app/gitify/commit/bfd267267960d9b5254594de7d98f39e38deff9f))
9+
310
## [7.3.2](https://github.com/gitify-app/gitify/compare/v7.3.1...v7.3.2) (2026-08-09)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "7.3.2",
3+
"version": "7.3.3",
44
"private": true,
55
"description": "Git notifications on your menu bar.",
66
"keywords": [

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
sonar.projectKey=gitify-app_gitify
66
sonar.organization=gitify-app
77
# x-release-please-start-version
8-
sonar.projectVersion=7.3.2
8+
sonar.projectVersion=7.3.3
99
# x-release-please-end-version
1010
sonar.projectDescription=GitHub notifications on your menu bar.
1111

0 commit comments

Comments
 (0)