Skip to content

Commit

Permalink
Prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks committed Jul 18, 2022
1 parent 016de63 commit 0c186eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.4.0] - 2022-07-18

### Added

- Added support for GitHub Discussions (#24)

### Fixed

- Fixed an issue with the widget not displaying on page transitions(4e040d5)

### Improved

- Better display of Orbit metrics (d5d6c45)

## [0.3.4] - 2021-11-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Orbit",
"version": "0.3.4",
"version": "0.4.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
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.3.4",
"version": "0.4.0",
"description": "Orbit browser extension",
"main": "background.js",
"repository": "[email protected]:orbit-love/orbit-browser-extension.git",
Expand Down

0 comments on commit 0c186eb

Please sign in to comment.