From c6399d97649c36089b3f80498fb39f20afca96f7 Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Mon, 11 Dec 2023 11:32:29 +0000 Subject: [PATCH] chore: bump to `4.6.0` --- README.md | 12 ++---------- package.json | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 820794812..abbb1fe68 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,6 @@ brew install --cask gitify Gitify supports macOS, Windows and Linux. -### Prerequisites & Libraries - -- Node 18+ -- [PNPM](https://pnpm.io/) -- [Electron](https://electronjs.org/) -- [TypeScript](https://www.typescriptlang.org/) -- [React](https://reactjs.org/) -- [Tailwind CSS](https://tailwindcss.com/) - ### Installation pnpm install @@ -54,6 +45,7 @@ The release process is automated. Follow the steps below. ### Tests There are 2 checks - one for prettier and one for the unit tests with `jest`. + ``` // Run prettier to check pnpm prettier:check @@ -61,7 +53,7 @@ There are 2 checks - one for prettier and one for the unit tests with `jest`. // Run linter & unit tests with coverage pnpm test - // If you want to pass arguments to jest (or other `pnpm` commands) + // If you want to pass arguments to jest (or other `pnpm` commands) // like `--watch`, you can prepend `--` to the command pnpm test -- --watch ``` diff --git a/package.json b/package.json index 8af60a39b..cf56ddf1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitify", - "version": "4.5.1", + "version": "4.6.0", "description": "GitHub Notifications on your menu bar.", "main": "main.js", "scripts": {