Skip to content

Commit

Permalink
Prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed May 5, 2023
1 parent f92d3de commit 3f36e8f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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/),

## [0.6.0] - 2023-05-05

### Added

- Added support for OAuth sign-in through Orbit (#39)

### Improved

- Run continuous tests through CircleCI (#40)

## [0.5.2] - 2023-05-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orbit-browser-extension",
"version": "0.5.2",
"version": "0.6.0",
"description": "Orbit browser extension",
"repository": "[email protected]:orbit-love/orbit-browser-extension.git",
"author": "Nicolas Goutay <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Orbit",
"version": "0.5.2",
"version": "0.6.0",
"description": "Get Orbit insights on your community members, directly on GitHub issues and Pull Requests.",
"short_name": "Orbit",
"homepage_url": "https://orbit.love",
Expand Down

0 comments on commit 3f36e8f

Please sign in to comment.