diff --git a/libs/ooxast/ooxast/CHANGELOG.md b/libs/ooxast/ooxast/CHANGELOG.md index f7995ed6..a105cca3 100644 --- a/libs/ooxast/ooxast/CHANGELOG.md +++ b/libs/ooxast/ooxast/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.2.0](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-0.1.4...ooxast-0.2.0) (2023-09-22) + + +### Features + +* giant prettier + eslint run ([6becd94](https://github.com/TrialAndErrorOrg/parsers/commit/6becd9492006b9a7f7f91b60db440bb31d9140c8)) + ## [0.1.4](https://github.com/TrialAndErrorOrg/parsers/compare/ooxast-0.1.3...ooxast-0.1.4) (2023-09-21) ### Bug Fixes diff --git a/libs/ooxast/ooxast/package.json b/libs/ooxast/ooxast/package.json index fcfc32ed..80a5e5d2 100755 --- a/libs/ooxast/ooxast/package.json +++ b/libs/ooxast/ooxast/package.json @@ -1,6 +1,6 @@ { "name": "ooxast", - "version": "0.1.4", + "version": "0.2.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers", "author": "Thomas F. K. Jorna ",