Skip to content

Commit c4f82fc

Browse files
authored
Merge pull request #11 from ashuvssut/changeset-release/main
2 parents 6476243 + 976ec7f commit c4f82fc

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/brown-wombats-smile.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# github-issue-alert
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- 6476243: Bug fixes and UX improvements
8+
9+
- sorted Issue will now filter out Bot created issues
10+
- Fix app crash when closing and reopening app on macOS
11+
- Various other UX improvements
12+
313
## 1.0.4
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-issue-alert",
33
"productName": "GitHub Issue Alert",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "A desktop app that polls GitHub for new issues in public repositories and sends instant alerts when they're created.",
66
"main": ".webpack/main",
77
"scripts": {

0 commit comments

Comments
 (0)