Skip to content

Commit

Permalink
chore(ooxast-util-citation-plugin): release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 29, 2023
1 parent f1402ab commit 248b007
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.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

* `ooxast` updated to version `0.3.0`
* `xast-util-is-element` updated to version `0.3.1`
* `docx-to-vfile` updated to version `0.10.0`
* `reoff-parse` updated to version `0.5.0`

### Features

* update all package.json ([d4070e5](https://github.com/TrialAndErrorOrg/parsers/commit/d4070e53ab3389db11fed978f3f74bcfe6808f5e))

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

### 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.2.0",
"version": "0.3.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
"author": "Thomas F. K. Jorna <hello@tefkah.com>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"/lib"
],
"dependencies": {
"ooxast": "0.2.0",
"xast-util-is-element": "0.2.0",
"ooxast": "0.3.0",
"xast-util-is-element": "0.3.1",
"unist-util-visit": "^4.1.2",
"xast-util-to-string": "^2.0.1",
"@types/unist": "^2.0.6"
Expand Down

0 comments on commit 248b007

Please sign in to comment.