Skip to content

Release v0.4.3

Compare
Choose a tag to compare
@yasudacloud yasudacloud released this 11 Jul 15:58
· 15 commits to main since this release

NodeJS support version has been changed.
This prevents warnings from appearing in projects that use a higher version

Before)
"node": ">=14.19.1 <=18.x.x",

After)
"node": ">=16.0.0 <21.0.0",