diff --git a/libs/citations/csl-consolidate/CHANGELOG.md b/libs/citations/csl-consolidate/CHANGELOG.md index 4f0006e3..cf411396 100644 --- a/libs/citations/csl-consolidate/CHANGELOG.md +++ b/libs/citations/csl-consolidate/CHANGELOG.md @@ -2,6 +2,17 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/csl-consolidate-0.2.0...csl-consolidate-0.3.0) (2023-09-29) + +### Dependency Updates + +* `crossref-to-csl` updated to version `0.3.0` +* `crossref-json` updated to version `0.2.2` + +### Features + +* update all package.json ([d4070e5](https://github.com/TrialAndErrorOrg/parsers/commit/d4070e53ab3389db11fed978f3f74bcfe6808f5e)) + ## [0.2.0](https://github.com/TrialAndErrorOrg/parsers/compare/csl-consolidate-0.1.3...csl-consolidate-0.2.0) (2023-09-22) ### Dependency Updates diff --git a/libs/citations/csl-consolidate/package.json b/libs/citations/csl-consolidate/package.json index b46a56fd..0969df4a 100755 --- a/libs/citations/csl-consolidate/package.json +++ b/libs/citations/csl-consolidate/package.json @@ -1,6 +1,6 @@ { "name": "csl-consolidate", - "version": "0.2.0", + "version": "0.3.0", "type": "module", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers", @@ -40,8 +40,8 @@ "csl-json": "0.1.0", "@hokify/axios-rate-limit": "^2.0.5", "similarity": "^1.2.1", - "crossref-to-csl": "0.2.0", - "crossref-json": "0.2.1", + "crossref-to-csl": "0.3.0", + "crossref-json": "0.2.2", "utility-types": "^3.10.0", "flatry": "^1.0.14" }