From 22f7f95706badf2b2248e72f9e09366a1727b725 Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Thu, 25 Jan 2024 12:25:17 +0100 Subject: [PATCH] 0.3.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca63328..98b5a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.3.0](https://github.com/citation-js/plugin-enw/compare/v0.2.0...v0.3.0) (2024-01-25) + + +### Bug Fixes + +* fix date parsing ([4475b65](https://github.com/citation-js/plugin-enw/commit/4475b6526279159d34d0b2c0cc2419ab0989a78f)) +* handle records with single authors ([1bbbbe0](https://github.com/citation-js/plugin-enw/commit/1bbbbe096faba031f05c34aa7c22e7c8f805ef96)), closes [#4](https://github.com/citation-js/plugin-enw/issues/4) + + + # [0.2.0](https://github.com/citation-js/plugin-enw/compare/v0.1.0...v0.2.0) (2023-12-31) diff --git a/package.json b/package.json index 9f3e58b..24fb88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@citation-js/plugin-enw", - "version": "0.2.0", + "version": "0.3.0", "description": "Citation.js plugin for .enw files", "main": "lib/index.js", "scripts": {