Skip to content

Commit 6eb906d

Browse files
committed
chore(reoff-unified-latex): release version 0.4.0
1 parent e037443 commit 6eb906d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

libs/reoff/reoff-unified-latex/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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-unified-latex-0.3.0...reoff-unified-latex-0.4.0) (2024-06-28)
6+
7+
### Dependency Updates
8+
9+
* `ooxast-util-to-unified-latex` updated to version `0.6.0`
10+
* `ooxast` updated to version `0.4.0`
11+
12+
### Features
13+
14+
* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b))
15+
516
## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-unified-latex-0.2.0...reoff-unified-latex-0.3.0) (2023-09-29)
617

718
### Dependency Updates

libs/reoff/reoff-unified-latex/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reoff-unified-latex",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "GPL-3.0-or-later",
55
"repository": "https://github.com/TrialAndErrorOrg/reoff-unified-latex",
66
"homepage": "https://github.com/TrialAndErrorOrg/parsers",
@@ -37,8 +37,8 @@
3737
"/lib"
3838
],
3939
"dependencies": {
40-
"ooxast-util-to-unified-latex": "0.5.0",
41-
"ooxast": "0.3.0",
40+
"ooxast-util-to-unified-latex": "0.6.0",
41+
"ooxast": "0.4.0",
4242
"unified": "^11.0.3",
4343
"@unified-latex/unified-latex-types": "^1.3.1"
4444
}

0 commit comments

Comments
 (0)