From 3f36e8ff3ead7c957cffe6812722ed5e516577bf Mon Sep 17 00:00:00 2001 From: Nicolas Goutay Date: Fri, 5 May 2023 14:56:52 +0200 Subject: [PATCH] Prepare release 0.6.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9080b9..a4a8740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index cd4da29..d3e7638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orbit-browser-extension", - "version": "0.5.2", + "version": "0.6.0", "description": "Orbit browser extension", "repository": "git@github.com:orbit-love/orbit-browser-extension.git", "author": "Nicolas Goutay ", diff --git a/src/manifest.json b/src/manifest.json index 44920f3..d6bb4ac 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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",