Skip to content

Commit

Permalink
chore(crossref-to-csl): release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Sep 29, 2023
1 parent 1fb88d9 commit a21ff59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions libs/citations/crossref-to-csl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.3.0](https://github.com/TrialAndErrorOrg/parsers/compare/crossref-to-csl-0.2.0...crossref-to-csl-0.3.0) (2023-09-29)

### Dependency Updates

* `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/crossref-to-csl-0.1.4...crossref-to-csl-0.2.0) (2023-09-22)

### Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions libs/citations/crossref-to-csl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crossref-to-csl",
"version": "0.2.0",
"version": "0.3.0",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/TrialAndErrorOrg/parsers",
"author": "Thomas F. K. Jorna <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@
"/lib"
],
"dependencies": {
"crossref-json": "0.2.1",
"crossref-json": "0.2.2",
"csl-json": "0.1.0",
"utility-types": "^3.10.0"
}
Expand Down

0 comments on commit a21ff59

Please sign in to comment.