Add repository and bugs keys to package.json.
Update gommit config so that commit message can contain blocks of text.
Improve handling of gommit metadata.
Remove $gommit from package.json.
Fix getGommitBinaryPath so that it returns a Promise like documented in the README.
Add support for OpenBSD and 32-bit and ARM architectures.
Add getGommitUrl to API.
Update API docs in README.
Add --prefix flag to the update command.
Update README to reflect new flag and default prefix.
Remove old gommit binary when installing with a different prefix.
Remove publish npm-script so the publish command is not ran twice.
Add missing API docs to README.
Bump version number so a new version can be published to NPM.
Add Node API so gommit can be called via Node.
Update gommit config to support expanded commit messages accurately.
First release