.PHONY: bump publish release

bump:
	npm version minor

publish:
	npm publish

release: bump publish