diff --git a/CHANGELOG.md b/CHANGELOG.md index ed786ac6..cc8d48e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.10](https://github.com/dvanoni/notero/compare/v0.4.9...v0.4.10) (2023-08-14) + + +### Features + +* Support note highlight colors other than Zotero's ([#312](https://github.com/dvanoni/notero/issues/312)) ([af4d8fa](https://github.com/dvanoni/notero/commit/af4d8fa196fcd225dfb6750d84fc74336484c9a5)) + ### [0.4.9](https://github.com/dvanoni/notero/compare/v0.4.8...v0.4.9) (2023-07-31) diff --git a/package-lock.json b/package-lock.json index 4fab6d0e..eac4f032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notero", - "version": "0.4.9", + "version": "0.4.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notero", - "version": "0.4.9", + "version": "0.4.10", "hasInstallScript": true, "dependencies": { "@notionhq/client": "^2.2.9", diff --git a/package.json b/package.json index 9a995e62..8ff4c226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notero", - "version": "0.4.9", + "version": "0.4.10", "description": "Sync Zotero items into a Notion database", "scripts": { "build": "node esbuild.js",