Skip to content

Commit

Permalink
Update changelog and manifests to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
david-tejada committed May 25, 2022
1 parent 5f72d68 commit 57f216a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the Rango extension will be documented in this file.

## [0.1.9](https://github.com/david-tejada/rango/releases/tag/v0.1.9) - 2022-05-25

### Changed

- Go back to sending response with every request but change the order in Chromium to avoid the issue where the clipboard textarea steals focus

## [0.1.8](https://github.com/david-tejada/rango/releases/tag/v0.1.8) - 2022-05-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/mv2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rango",
"version": "0.1.8",
"version": "0.1.9",
"description": "Extension that allows you to interact with webpages using your voice and talon",
"homepage_url": "https://github.com/david-tejada/rango",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion src/mv3/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rango",
"version": "0.1.8",
"version": "0.1.9",
"description": "Extension that allows you to interact with webpages using your voice and talon",
"homepage_url": "https://github.com/david-tejada/rango",
"manifest_version": 3,
Expand Down

0 comments on commit 57f216a

Please sign in to comment.