v0.3.0
Add handling for package.json parsing errors and ensure the parsed result is an object, handle no initial version property of package.json, add step to push tag/commit, add Git checks to ensure that:
- The user is in a Git repository.
- The repository has a remote
origin. - Check if the user is on the default branch of the remote, prompt to continue/cancel.
Full Changelog: v0.2.0...v0.3.0