From 68a46f5338eb5cc1d4d19774be20310dc15202cf Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 22 Sep 2023 19:37:11 +0200 Subject: [PATCH] chore(reoff-markup-to-style): release version 0.1.0 --- libs/reoff/reoff-markup-to-style/CHANGELOG.md | 11 +++++++++++ libs/reoff/reoff-markup-to-style/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/libs/reoff/reoff-markup-to-style/CHANGELOG.md b/libs/reoff/reoff-markup-to-style/CHANGELOG.md index 3927d29a..37607383 100644 --- a/libs/reoff/reoff-markup-to-style/CHANGELOG.md +++ b/libs/reoff/reoff-markup-to-style/CHANGELOG.md @@ -2,6 +2,17 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.1.0](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-markup-to-style-0.0.5...reoff-markup-to-style-0.1.0) (2023-09-22) + +### Dependency Updates + +* `ooxast-util-markup-to-style` updated to version `0.3.0` +* `ooxast` updated to version `0.2.0` + +### Features + +* giant prettier + eslint run ([6becd94](https://github.com/TrialAndErrorOrg/parsers/commit/6becd9492006b9a7f7f91b60db440bb31d9140c8)) + ## [0.0.5](https://github.com/TrialAndErrorOrg/parsers/compare/reoff-markup-to-style-0.0.4...reoff-markup-to-style-0.0.5) (2023-09-21) ### Dependency Updates diff --git a/libs/reoff/reoff-markup-to-style/package.json b/libs/reoff/reoff-markup-to-style/package.json index 63b27983..be7207e0 100644 --- a/libs/reoff/reoff-markup-to-style/package.json +++ b/libs/reoff/reoff-markup-to-style/package.json @@ -1,6 +1,6 @@ { "name": "reoff-markup-to-style", - "version": "0.0.5", + "version": "0.1.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/reoff-markup-to-style", "homepage": "https://github.com/TrialAndErrorOrg/parsers",