diff --git a/CHANGELOG.md b/CHANGELOG.md index c289957..610be36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.5.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.4.3...1.5.0) (2023-06-19) + + +### Features + +* add date format configuration for filename variable ([f1f0a2d](https://github.com/omnivore-app/obsidian-omnivore/commit/f1f0a2d36a119012b07f4d40271e3f09fe3486ce)) +* allow dataPublished and dateSaved to be used as filename ([22046e3](https://github.com/omnivore-app/obsidian-omnivore/commit/22046e35326bf7e51ddd193b33949a9c85eea869)) +* allow dataPublished and dateSaved to be used as folder name with folder date format ([3f8fb56](https://github.com/omnivore-app/obsidian-omnivore/commit/3f8fb565804db5fb81500b3cfffe32bff736e62a)) + ## [1.4.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.4.2...1.4.3) (2023-06-19) diff --git a/manifest.json b/manifest.json index 60fd0ce..ed89c41 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.4.3", + "version": "1.5.0", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 3323f1b..c6db639 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.4.3", + "version": "1.5.0", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e62f0a4..2956dd4 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.4.0": "0.15.0", "1.4.1": "0.15.0", "1.4.2": "0.15.0", - "1.4.3": "0.15.0" + "1.4.3": "0.15.0", + "1.5.0": "0.15.0" } \ No newline at end of file