a11y-outline

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

commit
745954e2c894b65dffea2e977beebaeda84a78d8
parent
76ee5aea51c7a0044a584077dc787ac275a49587
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-09-08 13:01
bump version to 1.2.2

Diffstat

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

2 files changed, 7 insertions, 1 deletions


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

@@ -1,3 +1,9 @@
   -1     1 # 1.2.2 (2022-09-09)
   -1     2 
   -1     3 -   Avoid preprocessing code so it is not necessary to submut source code
   -1     4     separately to mozilla
   -1     5 
   -1     6 
    1     7 # 1.2.1 (2022-08-27)
    2     8 
    3     9 -   update aria-api to 0.4.2

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.1",
   -1     6   "version": "1.2.2",
    7     7   "icons": {
    8     8     "128": "icon-128.png"
    9     9   },