diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b572b148..4cea427e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.6" + ".": "0.6.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a5d4cf..5473ed12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.7](https://github.com/dvanoni/notero/compare/v0.6.6...v0.6.7) (2024-10-17) + + +### Bug Fixes + +* **sync:** Do not sync note items when "sync notes" is disabled ([#608](https://github.com/dvanoni/notero/issues/608)) ([715e5a3](https://github.com/dvanoni/notero/commit/715e5a353bf3cdf075aab1ce7e9c297a7a99aa65)), closes [#509](https://github.com/dvanoni/notero/issues/509) +* **sync:** Prevent duplicate notes due to unsaved sync data ([#606](https://github.com/dvanoni/notero/issues/606)) ([cc34ad6](https://github.com/dvanoni/notero/commit/cc34ad6d74202f05186b02105b99b1c204fc8f9a)) + ## [0.6.6](https://github.com/dvanoni/notero/compare/v0.6.5...v0.6.6) (2024-10-16) diff --git a/package-lock.json b/package-lock.json index cf79d593..9118dfc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notero", - "version": "0.6.6", + "version": "0.6.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notero", - "version": "0.6.6", + "version": "0.6.7", "hasInstallScript": true, "dependencies": { "@notionhq/client": "^2.2.15", diff --git a/package.json b/package.json index 8b2a655f..cd0fbc72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notero", - "version": "0.6.6", + "version": "0.6.7", "description": "Sync Zotero items and notes into Notion", "scripts": { "build": "tsx scripts/build.ts",