Skip to content

Releases: FranciscoKloganB/countries

v1.1.0

12 May 11:02
Compare
Choose a tag to compare
  • 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.