Skip to content

Commit

Permalink
chore: update changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Jul 19, 2017
1 parent 4aba9d0 commit 306136f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 86 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<a name="4.2.1"></a>
## [4.2.1](https://github.com/QingWei-Li/docsify/compare/v4.2.0...v4.2.1) (2017-07-19)


- give the navbar some line-height (#216)
- Remove unnecessary moduleName option from rollup config for plugins (#209)

<a name="4.2.0"></a>
# [4.2.0](https://github.com/QingWei-Li/docsify/compare/v4.1.14...v4.2.0) (2017-07-10)
Expand Down
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
npm version $VERSION --message "[release] $VERSION $RELEASE_TAG"

# changelog
node_modules/.bin/standard-changelog --first-release
node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s

git add .
git commit -m "chore: add changelog $VERSION"
Expand Down
82 changes: 0 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-uglify": "^1.0.1",
"serve-static": "^1.12.1",
"standard-changelog": "^1.0.2"
"serve-static": "^1.12.1"
},
"keywords": [
"doc",
Expand Down

0 comments on commit 306136f

Please sign in to comment.