Releases: uncenter/banben
v0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Full Changelog: v0.3.0...v0.3.1
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
v0.2.0
Bump dependencies, switch from tiny-bin to citty (almost no noticeable changes except for the --help message).
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Reverts the accidental removal of logging the current version at the beginning of the prompts.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Bumps dependencies, improves the README, checks for changed files before writing version and committing, and prints next steps after completing all steps.
Full Changelog: v0.0.5...v0.1.0
v0.0.5
Adds a README, adds a check to make sure the package.json exists, and it now displays the current version before the interactive version prompt.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Use detect-indent instead of json-parse-even-better-errors for preserving formatting.
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Nest prompts properly (don't prompt to create a tag if a commit wasn't created) and update prompts package to properly detect keypresses in all layouts.
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Full Changelog: v0.0.1...v0.0.2