Skip to content

Commit 9d966f2

Browse files
committed
Prepare release 0.5.2
1 parent 84d2f9e commit 9d966f2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [0.5.2] - 2023-05-03
8+
9+
### Fixed
10+
11+
- Fixed issue with widget not showing when the user is not authenticated (#38)
12+
13+
### Improved
14+
15+
- Authorization error message now redirects to the options page (#38)
16+
17+
### Removed
18+
19+
- Removed ability to “Add as content” (#38)
20+
721
## [0.5.1] - 2023-04-27
822

923
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbit-browser-extension",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Orbit browser extension",
55
"repository": "[email protected]:orbit-love/orbit-browser-extension.git",
66
"author": "Nicolas Goutay <[email protected]>",

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Orbit",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"description": "Get Orbit insights on your community members, directly on GitHub issues and Pull Requests.",
66
"short_name": "Orbit",
77
"homepage_url": "https://orbit.love",

0 commit comments

Comments
 (0)