Skip to content

Commit

Permalink
Auto create change log
Browse files Browse the repository at this point in the history
  • Loading branch information
z3by committed Apr 27, 2020
1 parent 64dae34 commit 908024c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [0.0.7](https://github.com/z3by/vuepress-plugin-flexsearch/compare/v0.0.5...v0.0.7) (2020-04-27)



## [0.0.5](https://github.com/z3by/vuepress-plugin-flexsearch/compare/v0.0.2...v0.0.5) (2020-04-22)



4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Thanks to [nextapps-de/flexsearch](https://github.com/nextapps-de/flexsearch)
## Contributions

PRs are welcome :heart:

## Changelog

Go to [Changelog](./CHANGELOG.md)
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "vuepress-plugin-flexsearch",
"version": "0.0.6",
"version": "0.0.7",
"description": "Next-Generation full text search library for Vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vuepress dev example/docs",
"build": "vuepress build example/docs"
"build": "vuepress build example/docs",
"prepublishOnly": "npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
Expand All @@ -29,8 +30,9 @@
"license": "MIT",
"homepage": "https://github.com/z3by/vuepress-plugin-flexsearch#readme",
"devDependencies": {
"vuepress": "^1.4.1",
"he": "^1.2.0"
"conventional-changelog-cli": "2.0.31",
"he": "^1.2.0",
"vuepress": "^1.4.1"
},
"dependencies": {
"flexsearch": "nextapps-de/flexsearch"
Expand Down

0 comments on commit 908024c

Please sign in to comment.