Skip to content

Commit 699859a

Browse files
authored
chore: bump to 4.6.0 (#695)
1 parent 4049b4e commit 699859a

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ brew install --cask gitify
1414

1515
Gitify supports macOS, Windows and Linux.
1616

17-
### Prerequisites & Libraries
18-
19-
- Node 18+
20-
- [PNPM](https://pnpm.io/)
21-
- [Electron](https://electronjs.org/)
22-
- [TypeScript](https://www.typescriptlang.org/)
23-
- [React](https://reactjs.org/)
24-
- [Tailwind CSS](https://tailwindcss.com/)
25-
2617
### Installation
2718

2819
pnpm install
@@ -54,14 +45,15 @@ The release process is automated. Follow the steps below.
5445
### Tests
5546

5647
There are 2 checks - one for prettier and one for the unit tests with `jest`.
48+
5749
```
5850
// Run prettier to check
5951
pnpm prettier:check
6052
6153
// Run linter & unit tests with coverage
6254
pnpm test
6355
64-
// If you want to pass arguments to jest (or other `pnpm` commands)
56+
// If you want to pass arguments to jest (or other `pnpm` commands)
6557
// like `--watch`, you can prepend `--` to the command
6658
pnpm test -- --watch
6759
```

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": "4.5.1",
3+
"version": "4.6.0",
44
"description": "GitHub Notifications on your menu bar.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)