Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@FranciscoKloganB FranciscoKloganB released this 12 May 11:02
· 6 commits to main since this release
  • Fixes an issue in package.json where consumer packages were expected to have node >= 20.0.0
    • We changed requirement node >= 18.0.0 to reflect the vesion we started the project with;
  • Fixes an issue in package.json where consumer packages were expected to have npm >= 10.0.0
    • We removed that engine requirement, indicating you can use npm, yarn, pnpm or bun, as it should be.