Skip to content

Commit

Permalink
Remove strict_max_version from manifest.json
Browse files Browse the repository at this point in the history
update CHANGELOG.md
  • Loading branch information
ldreier committed Mar 25, 2024
1 parent d0a647e commit e892c11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.4.0:
- add adressbook match feature
- correct case insensitivity
- fix config page width adjustments
- remove strict_max_version

# v2.3.2:
- use async / await where possible
- some lint warnings addressed (comma, semicolon placement)
Expand Down
1 change: 0 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"gecko": {
"id": "{47ef7cc0-2201-11da-8cd6-0800200c9a66}",
"strict_min_version": "102.0",
"strict_max_version": "*"
}
},
"default_locale": "en-US",
Expand Down

0 comments on commit e892c11

Please sign in to comment.