Skip to content

Commit

Permalink
chore(reoff-parse): release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 29, 2023
1 parent 3b435c3 commit 6afd73e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions libs/reoff/reoff-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

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

### Dependency Updates

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

### Features

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

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

### 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.4.0",
"version": "0.5.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.9.0",
"docx-to-vfile": "0.10.0",
"xast-util-from-xml": "^3.0.0",
"unified": "^10.1.2",
"unist-util-filter": "^4.0.1",
Expand Down

0 comments on commit 6afd73e

Please sign in to comment.