From 7a379d209fbfc4c7e405178f3aed87acf205641e Mon Sep 17 00:00:00 2001 From: Daniel Barclay Date: Mon, 22 Mar 2021 11:31:12 +0000 Subject: [PATCH] Release 1.0.6 --- CHANGELOG.md | 9 ++++++++- README.md | 22 +++++++++++----------- package.json | 2 +- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b932e..54581a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.5] - 2021-03-22 +## [1.0.6](https://github.com/barclayd/pr-finder/releases/tag/1.0.6) - 2021-03-22 ### Added @@ -14,3 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated README + +## [1.0.5](https://github.com/barclayd/pr-finder/releases/tag/1.0.5) - 2021-03-22 + +### Changed + +- Resolved missing files in bundled project +- Updated README diff --git a/README.md b/README.md index 046c125..d5e1129 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # PR Finder VSCode Extension -***Reduce the development feedback loop and ship code quicker!*** +**_Reduce the development feedback loop and ship code quicker!_** Introducing PR Finder, a developer's best friend for being automatically notified about pull requests in the repositories that you care about.

-Screenshot 2021-03-22 at 11 05 00 +PR Finder main view

Select repos you want to track and PR Finder will send you a notification when a pull request has been submitted. Once reviewed or merged, the PR will be marked off the list - making way for new PRs to review. @@ -18,26 +18,26 @@ Use PR Finder to save the pain in notifying your teammates about PRs and let PR ## Features -* Search personal and organisation repos to track -* Get notifications of new PRs in the repos you care about -* Simple, intuitive UI that is right at home in VSCode -* Customise settings to your liking +- Search personal and organisation repos to track +- Get notifications of new PRs in the repos you care about +- Simple, intuitive UI that is right at home in VSCode +- Customise settings to your liking

-Screenshot 2021-03-21 at 17 51 42 +PR Finder notification

--- ## Requirements -* Requires a GitHub account +- Requires a GitHub account --- ## Known Issues -* Support for GitHub Enterprise repos to come soon, in active development +- Support for GitHub Enterprise repos to come soon, in active development --- @@ -45,6 +45,6 @@ Use PR Finder to save the pain in notifying your teammates about PRs and let PR Users appreciate release notes as you update your extension. -### 1.0.0 +### 1.0.6 -Initial release of PR Finder +Initial release of PR Finder VSCode Extension diff --git a/package.json b/package.json index c3171e1..c4e3596 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/barclayd/pr-finder" }, "icon": "media/icon.png", - "version": "1.0.5", + "version": "1.0.6", "engines": { "vscode": "^1.52.0" },