From ce1c28e1145db6d9110a096db86a7be12caa505e Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Wed, 12 Jun 2024 21:58:28 +0200 Subject: [PATCH] 0.7.14 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 292e4c5..4ab91f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "citation-js", - "version": "0.7.13", + "version": "0.7.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "citation-js", - "version": "0.7.13", + "version": "0.7.14", "license": "MIT", "dependencies": { "@citation-js/cli": "0.7.14", diff --git a/package.json b/package.json index fba566f..2460066 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "citation-js", - "version": "0.7.13", + "version": "0.7.14", "description": "Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.", "main": "index.js", "jsdelivr": "build/citation.min.js",