Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 15:48
· 1 commit to master since this release
9832757

2.0.0 (2024-04-12)

Bug Fixes

  • correct the event name for manual dispatch (fe9db03)
  • escape property names that are invalid identifiers (#9) (67e439c), closes #7
  • improve typescript specificity on util func (39f8ef9)
  • rename release workflow to get around GitHub bug (hopefully) (92451db)
  • tweak actions syntax for repository_dispatch event (d40f1a5)

chore

  • setup semantic release (1df7803)
  • update all dependencies and modernize (#10) (9832757)

BREAKING CHANGES

  • This change bumps the minimum node version to Node 18.12.0 (LTS).

  • chore: drop node 16 from CI matrix

  • This commit introduces semantic release and for that
    we're bumping the major version.