diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f3451b..1dccf91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.1.1](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-unified-latex-0.1.0...reoff-unified-latex-0.1.1) (2023-03-29) + +### Dependency Updates + +* `ooxast-util-to-unified-latex` updated to version `0.2.0` +* `ooxast` updated to version `0.1.3` + +### Bug Fixes + +* **reoff-unified-latex:** set the types correctly ([4178515](https://github.com/TrialAndErrorOrg/parsers/commit/417851598ddcc2b51292874328a26d3caf98ad2b)) + ## 0.1.0 (2023-03-09) ### Dependency Updates diff --git a/package.json b/package.json index 454f3d4..b965858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reoff-unified-latex", - "version": "0.1.0", + "version": "0.1.1", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/reoff-unified-latex", "homepage": "https://github.com/TrialAndErrorOrg/parsers",