Files
2023-06-08 11:33:10 +02:00

239 B

Contributing

Releases

To increase the version of the package, run:

npm version <newversion> -m "build(release): v%s"

<newversion> needs to be replaced with a valid semantic version such as major, minor or patch.