Skip to content

Commit

Permalink
chore(ooxast-util-to-mdast): release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 22, 2023
1 parent 7176b7f commit b849f8d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions libs/ooxast/ooxast-util-to-mdast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## [0.2.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-util-to-mdast-0.1.0...ooxast-util-to-mdast-0.2.0) (2023-09-22)

### Dependency Updates

* `ooxast` updated to version `0.2.0`
* `ooxast-util-citations` updated to version `0.3.0`
* `xast-util-select` updated to version `0.2.0`
* `xast-util-is-element` updated to version `0.2.0`
* `reoff-parse` updated to version `0.4.0`
* `docx-to-vfile` updated to version `0.9.0`
* `reoff-clean` updated to version `0.2.0`
* `reoff-cite` updated to version `0.3.0`
* `reoff-parse-references` updated to version `0.2.0`

### Features

* giant prettier + eslint run ([6becd94](https://github.com/TrialAndErrorOrg/parsers/commit/6becd9492006b9a7f7f91b60db440bb31d9140c8))


### Bug Fixes

* don't use shady custom builder, just run a script that fixes the package.json ([def3c18](https://github.com/TrialAndErrorOrg/parsers/commit/def3c1844ae0a0d547de2b0a01689a302b58ab61))
* make typecheck work sort of ([d6a2eb6](https://github.com/TrialAndErrorOrg/parsers/commit/d6a2eb690a06d376043309f8bea6f418a4ff16ec))

## 0.1.0 (2023-03-14)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion libs/ooxast/ooxast-util-to-mdast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ooxast-util-to-mdast",
"version": "0.1.0",
"version": "0.2.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
"author": "Thomas F. K. Jorna <hello@tefkah.com>",
Expand Down

0 comments on commit b849f8d

Please sign in to comment.