Skip to content

0.7.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 11:10
· 53 commits to main since this release
548fdde

Fixed

  • Removed an unnecessary type assertion in the settings tab, flagged by the community-store
    review (no-unnecessary-type-assertion, SettingsTab.ts). SettingDefinition.action
    already carries the asserted signature after the typeof === 'function' guard.