patch-version:
	pnpm version patch && git push
publish:
	npm run build && cd dist && npm publish && cd ..