Skip to content

Commit

Permalink
chore(reoff-parse): release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Jun 28, 2024
1 parent 876cbea commit 9e7a8c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions libs/reoff/reoff-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.6.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-parse-0.5.0...reoff-parse-0.6.0) (2024-06-28)

### Dependency Updates

* `docx-to-vfile` updated to version `0.11.0`

### Features

* update to new unified version ([cff8543](https://github.com/TrialAndErrorOrg/parsers/commit/cff8543cbee1997fbf05c4bbc63b5a0add494e57))


### Bug Fixes

* update package.json ([645bf1c](https://github.com/TrialAndErrorOrg/parsers/commit/645bf1c719dc769a3709692835404b457cc3d6f4))

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

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions libs/reoff/reoff-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reoff-parse",
"version": "0.5.0",
"version": "0.6.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 @@ -28,7 +28,7 @@
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"docx-to-vfile": "0.10.0",
"docx-to-vfile": "0.11.0",
"xast-util-from-xml": "^4.0.0",
"unified": "^11.0.3",
"unist-util-filter": "^5.0.1",
Expand Down

0 comments on commit 9e7a8c3

Please sign in to comment.