Skip to content

Commit

Permalink
compatibility bump
Browse files Browse the repository at this point in the history
  • Loading branch information
esheyw committed Aug 16, 2024
1 parent cf92a3b commit 096413c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## Version 1.0.0
- Initial Release
## Version 1.0.3

- Compatibility bump only, no code changes
- Mark as verified 12.331

## Version 1.0.2

- use `Application#bringToTop()` instead of `#render(true)` to bring existing windows to fore.

## Version 1.0.1

- Actually register the settings for this module, instead of `undefined`
- why is that allowed?!

## Version 1.0.2
- use `Application#bringToTop()` instead of `#render(true)` to bring existing windows to fore.
## Version 1.0.0

- Initial Release
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"compatibility": {
"minimum": "10",
"verified": "11"
"verified": "12.331"
},
"languages": [
{
Expand Down

0 comments on commit 096413c

Please sign in to comment.