Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Dec 21, 2018
1 parent 379d14b commit 1f3561f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [3.0.0](https://github.com/readmeio/api-explorer/compare/v2.7.3...3.0.0)
### [v3.0.0](https://github.com/readmeio/api-explorer/compare/v2.7.3...v3.0.0)

> 21 December 2018
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"watch": "lerna run watch --stream",
"deploy": "gh-pages --dotfiles -d example/dist",
"publish": "lerna publish",
"version": "auto-changelog -v $(node -e \"console.log(require('./lerna.json').version)\") && git add CHANGELOG.md"
"version": "auto-changelog -v $(node -e \"console.log('v' + require('./lerna.json').version)\") && git add CHANGELOG.md"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
Expand Down

0 comments on commit 1f3561f

Please sign in to comment.