diff --git a/libs/citations/csl-to-biblatex/CHANGELOG.md b/libs/citations/csl-to-biblatex/CHANGELOG.md index ebf7a03e..ba02e807 100644 --- a/libs/citations/csl-to-biblatex/CHANGELOG.md +++ b/libs/citations/csl-to-biblatex/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/csl-to-biblatex-0.2.1...csl-to-biblatex-0.3.0) (2023-09-22) + + +### Features + +* giant prettier + eslint run ([6becd94](https://github.com/TrialAndErrorOrg/parsers/commit/6becd9492006b9a7f7f91b60db440bb31d9140c8)) + ## [0.2.1](https://github.com/TrialAndErrorOrg/parsers/compare/csl-to-biblatex-0.2.0...csl-to-biblatex-0.2.1) (2023-09-21) ### Bug Fixes diff --git a/libs/citations/csl-to-biblatex/package.json b/libs/citations/csl-to-biblatex/package.json index e065968e..8d5649fb 100644 --- a/libs/citations/csl-to-biblatex/package.json +++ b/libs/citations/csl-to-biblatex/package.json @@ -1,6 +1,6 @@ { "name": "csl-to-biblatex", - "version": "0.2.1", + "version": "0.3.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers", "author": "Thomas F. K. Jorna ",