Skip to content

Commit

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

## [1.0.0] - 2023-06-02

### Added

- Brand new support for Twitter profile pages, LinkedIn profile pages, and Gmail
- Surfacing additional member information from Orbit: Last Active, Identities, Organization and more

### Improved

- Redesigned the Options page
- We revamped the Extension codebase to make it easier to add new features—and more websites

## [0.6.0] - 2023-05-05

### Added
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.6.0",
"version": "1.0.0",
"description": "The Orbit extension: all your community data, right at your fingertips.",
"repository": "[email protected]:orbit-love/orbit-browser-extension.git",
"contributors": [
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.6.0",
"version": "1.0.0",
"description": "The Orbit extension: all your community data, right at your fingertips.",
"short_name": "Orbit",
"homepage_url": "https://orbit.love",
Expand Down

0 comments on commit 28c14ed

Please sign in to comment.