Skip to content

Commit 8c82b31

Browse files
committed
chore(reoff-parse-references): release version 0.4.0
1 parent 1c700d3 commit 8c82b31

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

libs/reoff/reoff-parse-references/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-parse-references-0.3.0...reoff-parse-references-0.4.0) (2024-06-28)
6+
7+
### Dependency Updates
8+
9+
* `ooxast` updated to version `0.4.0`
10+
* `ooxast-util-parse-bib` 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-parse-references-0.2.0...reoff-parse-references-0.3.0) (2023-09-29)
617

718
### Dependency Updates

libs/reoff/reoff-parse-references/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reoff-parse-references",
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>",
@@ -34,8 +34,8 @@
3434
"/lib"
3535
],
3636
"dependencies": {
37-
"ooxast": "0.3.0",
38-
"ooxast-util-parse-bib": "0.3.0",
37+
"ooxast": "0.4.0",
38+
"ooxast-util-parse-bib": "0.4.0",
3939
"vfile": "^6.0.1"
4040
}
4141
}

0 commit comments

Comments
 (0)