Skip to content

Commit

Permalink
chore(ooxast-util-citation-plugin): release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Jun 28, 2024
1 parent 9e7a8c3 commit 036da44
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions libs/ooxast/ooxast-util-citation-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.4.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-citation-plugin-0.3.0...ooxast-util-citation-plugin-0.4.0) (2024-06-28)

### Dependency Updates

* `ooxast` updated to version `0.4.0`
* `xast-util-is-element` updated to version `0.4.0`
* `docx-to-vfile` updated to version `0.11.0`
* `reoff-parse` updated to version `0.6.0`

### Features

* update to new unified versions ([18bb996](https://github.com/TrialAndErrorOrg/parsers/commit/18bb9960d25843db83cda8bfea932e2e22f44b9b))

## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-citation-plugin-0.2.0...ooxast-util-citation-plugin-0.3.0) (2023-09-29)

### Dependency Updates
Expand Down
6 changes: 3 additions & 3 deletions libs/ooxast/ooxast-util-citation-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ooxast-util-citation-plugin",
"description": "Small ooxast utility which scans the text to identify the citation plugin used, either Mendely, Zotero, EndNote, Citavi, native word citations or none at all.",
"version": "0.3.0",
"version": "0.4.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
"author": "Thomas F. K. Jorna <[email protected]>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"/lib"
],
"dependencies": {
"ooxast": "0.3.0",
"xast-util-is-element": "0.3.1",
"ooxast": "0.4.0",
"xast-util-is-element": "0.4.0",
"unist-util-visit": "^5.0.0",
"xast-util-to-string": "^3.0.0",
"@types/unist": "^3.0.0"
Expand Down

0 comments on commit 036da44

Please sign in to comment.