diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..76a0ff4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +# Changelog + +This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). + +## 0.1.0 (2023-03-09) + +### Dependency Updates + +* `ooxast` updated to version `0.1.2` +* `ooxast-util-get-style` updated to version `0.1.1` +* `xast-util-is-element` updated to version `0.1.2` +* `xast-util-select` updated to version `0.1.1` +* `csl-consolidate` updated to version `0.1.0` +* `docx-to-vfile` updated to version `0.5.1` +* `reoff-parse` updated to version `0.2.2` + +### Features + +* brand spanking new project.json ([32e19eb](https://github.com/TrialAndErrorOrg/parsers/commit/32e19ebf3f71c80336f637297d8f4db274d098bf)) +* citation parser!!! ([cd0e258](https://github.com/TrialAndErrorOrg/parsers/commit/cd0e2586e3d180ccaa30c694a2dbc064a7f8466b)) +* fix type errors ([0ce6946](https://github.com/TrialAndErrorOrg/parsers/commit/0ce6946f228d735dfea5177a941fa23dca474405)) +* it... works ([cf52c8d](https://github.com/TrialAndErrorOrg/parsers/commit/cf52c8d4e0e45a1364ad7be39ca535593835c3ff)) +* **ojs:** mini ojs client to pull data ([a8f616a](https://github.com/TrialAndErrorOrg/parsers/commit/a8f616a7cc83d8b5a1125f7c7244bfb55c4b8f32)) +* remove nx cloud again because it's a bitch ([4c546e3](https://github.com/TrialAndErrorOrg/parsers/commit/4c546e3a77a3618fb64665f6318eb567e440c309)) +* **reoff:** parse bibliography through api ([c14ffc5](https://github.com/TrialAndErrorOrg/parsers/commit/c14ffc579f7e9b52b8d72697cd8560920387671e)) +* **reoff:** validate csl bib against crossref api ([32f6538](https://github.com/TrialAndErrorOrg/parsers/commit/32f6538e745dac563c0d4c5ed9fd77c0e03af6d5)) +* separate out crossref lookup ([93dbee9](https://github.com/TrialAndErrorOrg/parsers/commit/93dbee92b8bb238cc1e0231392ad30440e6dabe5)) + + +### Bug Fixes + +* enter a new era ([9c2a0e5](https://github.com/TrialAndErrorOrg/parsers/commit/9c2a0e505472c43d384f3cc78543ad90877b7c3d)) +* fixed all eslint errors like a good boy ([eae924f](https://github.com/TrialAndErrorOrg/parsers/commit/eae924fdc4e9741cc455696daf63754eb5a2481b)) +* **frontend:** make 3 extra packages just so webpack doesn't import fs ugh ([bed432a](https://github.com/TrialAndErrorOrg/parsers/commit/bed432acf70a7950d981fff2a5bce4a98a4440ff)) +* **jest:** allow jest to be run even if there is a .swcrc ([6f188f2](https://github.com/TrialAndErrorOrg/parsers/commit/6f188f2a06922ee00d9367b29e666894e48c6c1e)) +* **parser:** okay now nx bork ([e02fd04](https://github.com/TrialAndErrorOrg/parsers/commit/e02fd0412196e36a7e8f39a4e5cb3664ce2f3305)) +* properly set all package.jsons ([5af9c17](https://github.com/TrialAndErrorOrg/parsers/commit/5af9c177be9910511844c481ca59cfcc7bd9b0f6)) +* types ([1a8bf9c](https://github.com/TrialAndErrorOrg/parsers/commit/1a8bf9c26bcc283c3a9d443e94e238881b9e2336)) diff --git a/package.json b/package.json index 6512077..505b8eb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ooxast-util-parse-bib", - "version": "0.0.1", + "version": "0.1.0", "license": "GPL-3.0-or-later", "repository": "https://github.com/TrialAndErrorOrg/parsers", "author": "Thomas F. K. Jorna ",