Releases: henriqueinonhe/promises-training
Releases · henriqueinonhe/promises-training
v2.0.1
v2.0.0
There are no content changes in this release, only fixes, however, as I had to change the minimum supported Node version from 18 to 20, I'm bumping the major version.
Fixes
- Error when initializing graph tests data in Windows - #35
- Error during installation when using Node 20, due to ESM + Node 20 + Ts Node incompatibilities - #34
Breaking Changes
- Bumped minimum supported Node version from 18 to 20
Upgrade Guide
Although there's a major version bump, as far as I tested, you should be able to migrate solely by upgrading your Node version (which is not needed if you use asdf, as the repo has a .tool-versions
file) and then by running npx create-promises-training -- --migrate
inside the repo.