From 9c51f6e22de660854e285f9d801db86373982b5e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Feb 2023 19:28:23 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](/~https://github.com/sawhney17/logseq-citation-manager/compare/v2.3.0...v3.0.0) (2023-02-06) ### Features * **db:** Breaking change Assets API for database ([8ad9091](/~https://github.com/sawhney17/logseq-citation-manager/commit/8ad90910a441df4aca54f15741316037ef5a3d64)) ### BREAKING CHANGES * **db:** Databases NEED to be reconfigured --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a201b6..6f405d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](/~https://github.com/sawhney17/logseq-citation-manager/compare/v2.3.0...v3.0.0) (2023-02-06) + + +### Features + +* **db:** Breaking change Assets API for database ([8ad9091](/~https://github.com/sawhney17/logseq-citation-manager/commit/8ad90910a441df4aca54f15741316037ef5a3d64)) + + +### BREAKING CHANGES + +* **db:** Databases NEED to be reconfigured + # [2.3.0](/~https://github.com/sawhney17/logseq-citation-manager/compare/v2.2.0...v2.3.0) (2023-02-06) diff --git a/package.json b/package.json index dd0f8ee..cedd3fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-citation-manager", - "version": "2.3.0", + "version": "3.0.0", "description": "A citation manager plugin for logseq, integrating Paperpile, Zotero and any Bibtex exportable citation manager", "main": "dist/index.html", "scripts": {