diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be486029..bcd05228 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.17" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ac3e39..412c1337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.0](https://github.com/dvanoni/notero/compare/v0.5.17...v0.6.0) (2024-08-24) + + +### ⚠ BREAKING CHANGES + +* Zotero 7 is required to use this and future versions of Notero + +### Features + +* Drop support for Zotero 6 ([#541](https://github.com/dvanoni/notero/issues/541)) ([7c05ed2](https://github.com/dvanoni/notero/commit/7c05ed2830b3be356fe2518cbd914a2ad155ba92)) + + +### Bug Fixes + +* **preferences:** Fix height of sync configs table ([#545](https://github.com/dvanoni/notero/issues/545)) ([67c1db1](https://github.com/dvanoni/notero/commit/67c1db1934207f2e9ae30f5801fb89f061cca670)) + ## [0.5.17](https://github.com/dvanoni/notero/compare/v0.5.16...v0.5.17) (2024-06-21) diff --git a/package-lock.json b/package-lock.json index eac0c5b3..55a739f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notero", - "version": "0.5.17", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notero", - "version": "0.5.17", + "version": "0.6.0", "hasInstallScript": true, "dependencies": { "@notionhq/client": "^2.2.15", diff --git a/package.json b/package.json index 51737014..8bf655db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notero", - "version": "0.5.17", + "version": "0.6.0", "description": "Sync Zotero items and notes into Notion", "scripts": { "build": "tsx scripts/build.ts",