diff --git a/CHANGELOG.md b/CHANGELOG.md index 95569041..cc324431 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.5.4](https://github.com/dvanoni/notero/compare/v0.5.3...v0.5.4) (2023-12-24) + + +### Bug Fixes + +* Support parsing notes without container div ([#406](https://github.com/dvanoni/notero/issues/406)) ([71b5f3e](https://github.com/dvanoni/notero/commit/71b5f3e0e35e9598ede59c22db3c10a73b8211f4)) + ### [0.5.3](https://github.com/dvanoni/notero/compare/v0.5.2...v0.5.3) (2023-12-23) diff --git a/package-lock.json b/package-lock.json index 4981b7c4..507e7705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notero", - "version": "0.5.3", + "version": "0.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notero", - "version": "0.5.3", + "version": "0.5.4", "hasInstallScript": true, "dependencies": { "@notionhq/client": "^2.2.13", diff --git a/package.json b/package.json index 9137fb99..ce058d40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notero", - "version": "0.5.3", + "version": "0.5.4", "description": "Sync Zotero items and notes into Notion", "scripts": { "build": "tsx scripts/build.ts",