diff --git a/libs/reoff/docx-to-vfile/CHANGELOG.md b/libs/reoff/docx-to-vfile/CHANGELOG.md index c1717259..5e705960 100644 --- a/libs/reoff/docx-to-vfile/CHANGELOG.md +++ b/libs/reoff/docx-to-vfile/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.8.0](https://github.com/TrialAndErrorOrg/parsers/compare/docx-to-vfile-0.7.0...docx-to-vfile-0.8.0) (2023-07-11) + ## [0.7.0](https://github.com/TrialAndErrorOrg/parsers/compare/docx-to-vfile-0.6.1...docx-to-vfile-0.7.0) (2023-05-30) diff --git a/libs/reoff/docx-to-vfile/package.json b/libs/reoff/docx-to-vfile/package.json index b9559f41..5da9e263 100755 --- a/libs/reoff/docx-to-vfile/package.json +++ b/libs/reoff/docx-to-vfile/package.json @@ -1,6 +1,6 @@ { "name": "docx-to-vfile", - "version": "0.7.0", + "version": "0.8.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers", "author": "Thomas F. K. Jorna ",