diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e5800b5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [1.0.1](https://github.com/jackpope/DocReducer/compare/v1.0.0...v1.0.1) (2019-10-27) + + +### Bug Fixes + +* **links:** Fix relative link resolution ([#30](https://github.com/jackpope/DocReducer/issues/30)) ([233345c](https://github.com/jackpope/DocReducer/commit/233345c565df80429a574f344f1d4f90d50b0da0)) diff --git a/package.json b/package.json index 1d1d8c9..db73bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doc-reducer", - "version": "1.0.0", + "version": "1.0.1", "description": "Pull docs from multiple Github repos into a single VuePress site", "main": "src/index.js", "scripts": {