diff --git a/libs/reoff/reoff-parse/CHANGELOG.md b/libs/reoff/reoff-parse/CHANGELOG.md index b79acd0f..3ccbb007 100644 --- a/libs/reoff/reoff-parse/CHANGELOG.md +++ b/libs/reoff/reoff-parse/CHANGELOG.md @@ -2,6 +2,21 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.6.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-parse-0.5.0...reoff-parse-0.6.0) (2024-06-28) + +### Dependency Updates + +* `docx-to-vfile` updated to version `0.11.0` + +### Features + +* update to new unified version ([cff8543](https://github.com/TrialAndErrorOrg/parsers/commit/cff8543cbee1997fbf05c4bbc63b5a0add494e57)) + + +### Bug Fixes + +* update package.json ([645bf1c](https://github.com/TrialAndErrorOrg/parsers/commit/645bf1c719dc769a3709692835404b457cc3d6f4)) + ## [0.5.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-parse-0.4.0...reoff-parse-0.5.0) (2023-09-29) ### Dependency Updates diff --git a/libs/reoff/reoff-parse/package.json b/libs/reoff/reoff-parse/package.json index b07cc9c8..dd6ddeba 100755 --- a/libs/reoff/reoff-parse/package.json +++ b/libs/reoff/reoff-parse/package.json @@ -1,6 +1,6 @@ { "name": "reoff-parse", - "version": "0.5.0", + "version": "0.6.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers", "author": "Thomas F. K. Jorna ", @@ -28,7 +28,7 @@ "main": "./index.js", "types": "./index.d.ts", "dependencies": { - "docx-to-vfile": "0.10.0", + "docx-to-vfile": "0.11.0", "xast-util-from-xml": "^4.0.0", "unified": "^11.0.3", "unist-util-filter": "^5.0.1",