Skip to content

frog@0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 22:02
· 81 commits to main since this release
239bbf1

Minor Changes

  • #376 3a67a9e Thanks @dalechyn! - Breaking change. Added title as a required parameter to Frog constructor.

    - const app = new Frog()
    + const app = new Frog({ title: 'My Title' })

Patch Changes