Skip to content

Commit

Permalink
chore(reoff-parse-references): 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 9868e75 commit a47e625
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions libs/reoff/reoff-parse-references/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-parse-references-0.2.0...reoff-parse-references-0.3.0) (2023-09-29)

### Dependency Updates

* `ooxast` updated to version `0.3.0`
* `ooxast-util-parse-bib` updated to version `0.3.0`

### Features

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

## [0.2.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-parse-references-0.1.3...reoff-parse-references-0.2.0) (2023-09-22)

### Dependency Updates
Expand Down
6 changes: 3 additions & 3 deletions libs/reoff/reoff-parse-references/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reoff-parse-references",
"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 <[email protected]>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"/lib"
],
"dependencies": {
"ooxast": "0.2.0",
"ooxast-util-parse-bib": "0.2.0",
"ooxast": "0.3.0",
"ooxast-util-parse-bib": "0.3.0",
"vfile": "^5.3.7"
}
}

0 comments on commit a47e625

Please sign in to comment.