Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(configuration): Fix typo & required versions
I've spend at least an hour to figure out why my configuration files were always ignored. After debugging the source of my `node_modules/standard-version/*` it turns out I had `7.0.1` installed which apparently does not have the feature of `bumpFiles` or `packageFiles`. I don't understand why `7.0.1` and not `7.1.0` got installed. I used `yarn add --dev standard-version`. close conventional-changelog#504 conventional-changelog#271
- Loading branch information