From 584ac83e083819787b89299cc2efc37c6010b284 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Oct 2023 18:43:02 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/sawhney17/logseq-citation-manager/compare/v3.0.6...v3.1.0) (2023-10-17) ### Features * **search:** add the year as a field ([e99a617](https://github.com/sawhney17/logseq-citation-manager/commit/e99a6177469afdd341c03452004e9ec6daece12c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d132f5f..348deac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/sawhney17/logseq-citation-manager/compare/v3.0.6...v3.1.0) (2023-10-17) + + +### Features + +* **search:** add the year as a field ([e99a617](https://github.com/sawhney17/logseq-citation-manager/commit/e99a6177469afdd341c03452004e9ec6daece12c)) + ## [3.0.6](https://github.com/sawhney17/logseq-citation-manager/compare/v3.0.5...v3.0.6) (2023-02-10) diff --git a/package.json b/package.json index 1c9523f..a6f6c4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-citation-manager", - "version": "3.0.6", + "version": "3.1.0", "description": "A citation manager plugin for logseq, integrating Paperpile, Zotero and any Bibtex exportable citation manager", "main": "dist/index.html", "scripts": {