Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

56 lines (30 loc) · 3.15 KB

Changelog

0.2.0 (2023-12-15)

Features

Bug Fixes

  • Use the same prefix for all Dependabot commits (#61) (e915396)

0.1.0 (2023-05-11)

Features

  • add example node:test (62aee3f)
  • remove kodaiak for github merge queues (159050c)
  • restrict to node >=16 (7b6c6b7)
  • switch to npm (#36) (d78c3fa)
  • use "release:" commit message prefix for releases (1d89497)

Bug Fixes

0.0.3 (2022-08-28)

Bug Fixes

  • publish to github pacakge registry by default (fbc6104)
  • use github @linz/ namespace (437cbc7)

0.0.2 (2022-08-11)

⚠ BREAKING CHANGES

  • this switches from commonjs to ESM modules

Features

Bug Fixes

  • get typescript to compile into esm (cff197b)

Continuous Integration

  • switch to release-please for release automation (c5ad62d)