From 2069b580f68003f57e43d92dac7e610400f3fdab Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Sun, 31 Dec 2023 01:42:18 +0100 Subject: [PATCH] 0.2.0 --- CHANGELOG.md | 21 ++++++++++++++++++++- package.json | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9fe372..ca63328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ -# 0.1.0 (2022-07-09) +# [0.2.0](https://github.com/citation-js/plugin-enw/compare/v0.1.0...v0.2.0) (2023-12-31) + + +### Bug Fixes + +* fix title behavior for chapters ([15bcae8](https://github.com/citation-js/plugin-enw/commit/15bcae8a87e166b9579ec163484ff36415a6598d)), closes [#3](https://github.com/citation-js/plugin-enw/issues/3) + + +### chore + +* update dependencies ([b094e5d](https://github.com/citation-js/plugin-enw/commit/b094e5d6a23b8d1ab45236e249c318bf44475207)) + + +### BREAKING CHANGES + +* Node.js 16 or above + + + +# [0.1.0](https://github.com/citation-js/plugin-enw/compare/52f0a33ace3333e00f26427709c3e30a2fd60aa9...v0.1.0) (2022-07-09) ### Features diff --git a/package.json b/package.json index d7dad84..9f3e58b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@citation-js/plugin-enw", - "version": "0.1.0", + "version": "0.2.0", "description": "Citation.js plugin for .enw files", "main": "lib/index.js", "scripts": {