Skip to content

Commit

Permalink
chore(reoff-cite): release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 21, 2023
1 parent 508c7ce commit 200934d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions libs/reoff/reoff-cite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## [0.2.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-cite-0.1.2...reoff-cite-0.2.0) (2023-09-21)

### Dependency Updates

* `ooxast` updated to version `0.1.4`
* `reoff-parse` updated to version `0.3.0`
* `docx-to-vfile` updated to version `0.8.2`
* `ooxast-util-citations` updated to version `0.2.0`

### Features

* **reoff-cite.ts:** add support for finding citations in footnotes and endnotes in Word documents ([3657304](https://github.com/TrialAndErrorOrg/parsers/commit/365730473056bc954da0376d1871bda5528a8eff))


### Bug Fixes

* don't use shady custom builder, just run a script that fixes the package.json ([def3c18](https://github.com/TrialAndErrorOrg/parsers/commit/def3c1844ae0a0d547de2b0a01689a302b58ab61))
* **ooxast-util-to-unified-latex:** just give up on infer heading for now ([4709f1c](https://github.com/TrialAndErrorOrg/parsers/commit/4709f1cbe5fe8bb3e6fbc3ade8f5c92c8c71afb1))

## [0.1.2](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-cite-0.1.1...reoff-cite-0.1.2) (2023-03-29)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion libs/reoff/reoff-cite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reoff-cite",
"version": "0.1.2",
"version": "0.2.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
"author": "Thomas F. K. Jorna <[email protected]>",
Expand Down

0 comments on commit 200934d

Please sign in to comment.