diff --git a/libs/reoff/reoff-clean/CHANGELOG.md b/libs/reoff/reoff-clean/CHANGELOG.md index 3138df2b..c084465a 100644 --- a/libs/reoff/reoff-clean/CHANGELOG.md +++ b/libs/reoff/reoff-clean/CHANGELOG.md @@ -2,6 +2,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.4.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-clean-0.3.0...reoff-clean-0.4.0) (2024-06-28) + +### Dependency Updates + +* `ooxast-util-remove-rsid` updated to version `0.5.0` +* `docx-to-vfile` updated to version `0.11.0` +* `ooxast` updated to version `0.4.0` +* `reoff-parse` updated to version `0.6.0` + +### Features + +* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b)) + ## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-clean-0.2.0...reoff-clean-0.3.0) (2023-09-29) ### Dependency Updates diff --git a/libs/reoff/reoff-clean/package.json b/libs/reoff/reoff-clean/package.json index fc0f4434..2b99abcd 100755 --- a/libs/reoff/reoff-clean/package.json +++ b/libs/reoff/reoff-clean/package.json @@ -1,6 +1,6 @@ { "name": "reoff-clean", - "version": "0.3.0", + "version": "0.4.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers", "author": "Thomas F. K. Jorna ", @@ -35,10 +35,10 @@ "/lib" ], "dependencies": { - "ooxast-util-remove-rsid": "0.4.0", - "docx-to-vfile": "0.10.0", - "ooxast": "0.3.0", - "reoff-parse": "0.5.0", + "ooxast-util-remove-rsid": "0.5.0", + "docx-to-vfile": "0.11.0", + "ooxast": "0.4.0", + "reoff-parse": "0.6.0", "unified": "^11.0.3", "vfile": "^6.0.1" }