diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c2ff6..edaba5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/rollup-umd/word-documentation/compare/v2.0.1...v2.0.2) (2019-05-21) + + +### Bug Fixes + +* **release:** GitHub release https://github.com/rollup-umd/word-documentation ([65472c3](https://github.com/rollup-umd/word-documentation/commit/65472c3)) + ## [2.0.1](https://module.kopaxgroup.com/rollup-umd/word-documentation/compare/v2.0.0...v2.0.1) (2019-05-21) diff --git a/package.json b/package.json index 8ec3b35..1111651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rollup-umd/word-documentation", - "version": "2.0.1", + "version": "2.0.2", "description": "Rollup-UMD documentation layout that aim to write a documentation/document with the styling of a word document", "main": "lib/index.js", "jsnext:main": "dist/@yeutech/word-documentation.esm.js",