From 1674b0f4e569d63acb88114b2618a09b3c3e0284 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 21 Sep 2023 13:00:20 +0200 Subject: [PATCH] chore(parse-text-cite): release version 0.2.3 --- libs/citations/parse-text-cite/CHANGELOG.md | 8 ++++++++ libs/citations/parse-text-cite/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libs/citations/parse-text-cite/CHANGELOG.md b/libs/citations/parse-text-cite/CHANGELOG.md index 46d6332b..028318d1 100644 --- a/libs/citations/parse-text-cite/CHANGELOG.md +++ b/libs/citations/parse-text-cite/CHANGELOG.md @@ -2,6 +2,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.2.3](https://github.com/TrialAndErrorOrg/parsers/compare/parse-text-cite-0.2.2...parse-text-cite-0.2.3) (2023-09-21) + + +### 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.2.2](https://github.com/TrialAndErrorOrg/parsers/compare/parse-text-cite-0.2.1...parse-text-cite-0.2.2) (2023-05-30) diff --git a/libs/citations/parse-text-cite/package.json b/libs/citations/parse-text-cite/package.json index a2eef149..e7049db5 100755 --- a/libs/citations/parse-text-cite/package.json +++ b/libs/citations/parse-text-cite/package.json @@ -1,6 +1,6 @@ { "name": "parse-text-cite", - "version": "0.2.2", + "version": "0.2.3", "type": "module", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers",