diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7c0a7..00f91c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.3](https://github.com/omnivore-app/logseq-omnivore/compare/v1.16.2...v1.16.3) (2023-11-21) + + +### Bug Fixes + +* blocks failed to create because article id is not valid uuid string ([#165](https://github.com/omnivore-app/logseq-omnivore/issues/165)) ([0ba02af](https://github.com/omnivore-app/logseq-omnivore/commit/0ba02af4a3b60b49bcf53e99b9030c73e714141a)) + ## [1.16.2](https://github.com/omnivore-app/logseq-omnivore/compare/v1.16.1...v1.16.2) (2023-11-17) diff --git a/package.json b/package.json index a23725c..b989f42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-omnivore", - "version": "1.16.2", + "version": "1.16.3", "description": "Import Omnivore highlights and articles into Logseq.", "main": "dist/index.html", "targets": {