RELEASE.md
Upon releasing a new version there's some checks and updates to be made:
git add . && git reset --hard && git checkout mastersrc/Domain/Kernel.php filedocs/package.json fileNote: make sure that there is no breaking changes and you may use
git tag --listto check the latest release
src/Domain/Kernel.php, docs/package.json and CHANGELOG.md with the message: git commit -m "Bump version to {new_version}"git pushgit tag {new_version}git push --tags