Skip to content

Commit 2921ace

Browse files
committed
chore(reoff-clean): release version 0.4.0
1 parent 6f96660 commit 2921ace

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

libs/reoff/reoff-clean/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## [0.4.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-clean-0.3.0...reoff-clean-0.4.0) (2024-06-28)
6+
7+
### Dependency Updates
8+
9+
* `ooxast-util-remove-rsid` updated to version `0.5.0`
10+
* `docx-to-vfile` updated to version `0.11.0`
11+
* `ooxast` updated to version `0.4.0`
12+
* `reoff-parse` updated to version `0.6.0`
13+
14+
### Features
15+
16+
* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b))
17+
518
## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-clean-0.2.0...reoff-clean-0.3.0) (2023-09-29)
619

720
### Dependency Updates

libs/reoff/reoff-clean/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reoff-clean",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "GPL-3.0-or-later",
55
"repository": "https://github.com/TrialAndErrorOrg/parsers",
66
"author": "Thomas F. K. Jorna <hello@tefkah.com>",
@@ -35,10 +35,10 @@
3535
"/lib"
3636
],
3737
"dependencies": {
38-
"ooxast-util-remove-rsid": "0.4.0",
39-
"docx-to-vfile": "0.10.0",
40-
"ooxast": "0.3.0",
41-
"reoff-parse": "0.5.0",
38+
"ooxast-util-remove-rsid": "0.5.0",
39+
"docx-to-vfile": "0.11.0",
40+
"ooxast": "0.4.0",
41+
"reoff-parse": "0.6.0",
4242
"unified": "^11.0.3",
4343
"vfile": "^6.0.1"
4444
}

0 commit comments

Comments
 (0)