- commit
- 94be6ebbfe754ec29ab194bc48dffc0594a9a6e8
- parent
- e14c5431b8220837e334b4bde8994b135fbb6d35
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-07-06 06:12
bump version to 1.6.1
Diffstat
| M | CHANGES.md | 8 | ++++++++ |
| M | manifest.json | 2 | +- |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,11 @@ -1 1 # 1.6.1 (2023-07-06) -1 2 -1 3 - fix: do not include contents of dialog in results -1 4 - fix: transparent background for extension icon -1 5 - fix: ignore host site styling for dialogs -1 6 - tweak colors in dark mode -1 7 -1 8 1 9 # 1.6.0 (2023-06-07) 2 10 3 11 - update aria-api to 0.5.0
diff --git a/manifest.json b/manifest.json
@@ -4,7 +4,7 @@ 4 4 "author": "Tobias Bengfort", 5 5 "homepage_url": "https://github.com/xi/a11y-outline", 6 6 "description": "navigate page outlines easily",7 -1 "version": "1.6.0",-1 7 "version": "1.6.1", 8 8 "browser_action": { 9 9 "default_title": "A11y Outline", 10 10 "default_icon": "icon-128.png"