Skip to content

Commit 9e7a8c3

Browse files
committed
chore(reoff-parse): release version 0.6.0
1 parent 876cbea commit 9e7a8c3

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

libs/reoff/reoff-parse/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [0.6.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-parse-0.5.0...reoff-parse-0.6.0) (2024-06-28)
6+
7+
### Dependency Updates
8+
9+
* `docx-to-vfile` updated to version `0.11.0`
10+
11+
### Features
12+
13+
* update to new unified version ([cff8543](https://github.com/TrialAndErrorOrg/parsers/commit/cff8543cbee1997fbf05c4bbc63b5a0add494e57))
14+
15+
16+
### Bug Fixes
17+
18+
* update package.json ([645bf1c](https://github.com/TrialAndErrorOrg/parsers/commit/645bf1c719dc769a3709692835404b457cc3d6f4))
19+
520
## [0.5.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-parse-0.4.0...reoff-parse-0.5.0) (2023-09-29)
621

722
### Dependency Updates

libs/reoff/reoff-parse/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reoff-parse",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "GPL-3.0-or-later",
55
"repository": "https://github.com/TrialAndErrorOrg/parsers",
66
"author": "Thomas F. K. Jorna <[email protected]>",
@@ -28,7 +28,7 @@
2828
"main": "./index.js",
2929
"types": "./index.d.ts",
3030
"dependencies": {
31-
"docx-to-vfile": "0.10.0",
31+
"docx-to-vfile": "0.11.0",
3232
"xast-util-from-xml": "^4.0.0",
3333
"unified": "^11.0.3",
3434
"unist-util-filter": "^5.0.1",

0 commit comments

Comments
 (0)