diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1a732dc --- /dev/null +++ b/CHANGELOG.md @@ -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) + + + diff --git a/README.md b/README.md index 2cf4d86..f102c4a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 1e15521..0343047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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": { @@ -8,7 +8,8 @@ }, "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", @@ -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"