a11y-outline

web extension to navigate document outlines easily
git clone https://git.ce9e.org/a11y-outline.git

commit
a5ebec11de61019204cdc809333b0cb82cbc1a78
parent
a6fc5424e6841e10b78847113294d7bd7ca87ea3
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-08-27 15:00
bump version to 1.2.1

Diffstat

M CHANGES.md 7 +++++++
M manifest.json 2 +-

2 files changed, 8 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,10 @@
   -1     1 # 1.2.1 (2022-08-27)
   -1     2 
   -1     3 -   update aria-api to 0.4.2
   -1     4 -   fix `chrome.extension.getURL()` deprecation warning
   -1     5 -   friendlier dialog styling
   -1     6 
   -1     7 
    1     8 # 1.2.0 (2021-08-20)
    2     9 
    3    10 -   improve treeview styles

diff --git a/manifest.json b/manifest.json

@@ -3,7 +3,7 @@
    3     3 
    4     4   "name": "a11y-outline",
    5     5   "description": "navigate page outlines easily",
    6    -1   "version": "1.2.0",
   -1     6   "version": "1.2.1",
    7     7   "icons": {
    8     8     "128": "icon-128.png"
    9     9   },