From 6e543f75f53b55918020145ac1d6d66acb8bae5a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Feb 2024 06:22:18 +0000 Subject: [PATCH] chore(release): 1.9.3 ## [1.9.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.2...1.9.3) (2024-02-07) ### Bug Fixes * make siteName and other variables in the article template available in the folder/file name settings ([#190](https://github.com/omnivore-app/obsidian-omnivore/issues/190)) ([6329bb3](https://github.com/omnivore-app/obsidian-omnivore/commit/6329bb397e804891bc6efdfb1a469c7a4dd72559)) --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b7689..7ec8eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.2...1.9.3) (2024-02-07) + + +### Bug Fixes + +* make siteName and other variables in the article template available in the folder/file name settings ([#190](https://github.com/omnivore-app/obsidian-omnivore/issues/190)) ([6329bb3](https://github.com/omnivore-app/obsidian-omnivore/commit/6329bb397e804891bc6efdfb1a469c7a4dd72559)) + ## [1.9.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.1...1.9.2) (2024-01-30) diff --git a/manifest.json b/manifest.json index 5bb4a55..30dc65d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.9.2", + "version": "1.9.3", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index c2871e9..8497187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.9.2", + "version": "1.9.3", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index baa0be3..f8d6a93 100644 --- a/versions.json +++ b/versions.json @@ -34,5 +34,6 @@ "1.8.1": "0.15.0", "1.9.0": "0.15.0", "1.9.1": "0.15.0", - "1.9.2": "0.15.0" + "1.9.2": "0.15.0", + "1.9.3": "0.15.0" } \ No newline at end of file