diff --git a/CHANGELOG.md b/CHANGELOG.md index 610be36..765f095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.5.0...1.5.1) (2023-06-21) + + +### Bug Fixes + +* unicode in filename is deleted ([1c7458a](https://github.com/omnivore-app/obsidian-omnivore/commit/1c7458a9eccc9ee4e86de1ff5c75a56835113ce3)) + # [1.5.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.4.3...1.5.0) (2023-06-19) diff --git a/manifest.json b/manifest.json index ed89c41..0c3d38d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.5.0", + "version": "1.5.1", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 7de8f9f..720c9d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.5.0", + "version": "1.5.1", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2956dd4..fb1814b 100644 --- a/versions.json +++ b/versions.json @@ -20,5 +20,6 @@ "1.4.1": "0.15.0", "1.4.2": "0.15.0", "1.4.3": "0.15.0", - "1.5.0": "0.15.0" + "1.5.0": "0.15.0", + "1.5.1": "0.15.0" } \ No newline at end of file