- commit
- bc51248a8ff9b988cc153f25580c9b9145086bc4
- parent
- 2b53aaa4c5af473c2c7ff42af22a13fd798a332b
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2022-10-10 18:58
bump version to 1.4.0
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.4.0 (2022-10-10) -1 2 -1 3 - update aria-api to 0.4.5 -1 4 - add an explicit close button -1 5 -1 6 1 7 # 1.3.0 (2022-09-23) 2 8 3 9 - No longer include dialog-polyfill because all modern browsers now have
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.3.0",-1 6 "version": "1.4.0", 7 7 "icons": { 8 8 "128": "icon-128.png" 9 9 },