From 8fa39f0028e71237d149354b8e10bf5ac15548d2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Jan 2024 09:53:29 +0000 Subject: [PATCH] chore(release): 1.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.9.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.1...1.9.2) (2024-01-30) ### Bug Fixes * add updatedAt variable to the article template to get the last u… ([#183](https://github.com/omnivore-app/obsidian-omnivore/issues/183)) ([05079e1](https://github.com/omnivore-app/obsidian-omnivore/commit/05079e1edf3cfba6785de4379f0d3bb85b2450da)), closes [#176](https://github.com/omnivore-app/obsidian-omnivore/issues/176) [#187](https://github.com/omnivore-app/obsidian-omnivore/issues/187) --- 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 b4434ab..39b7689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.1...1.9.2) (2024-01-30) + + +### Bug Fixes + +* add updatedAt variable to the article template to get the last u… ([#183](https://github.com/omnivore-app/obsidian-omnivore/issues/183)) ([05079e1](https://github.com/omnivore-app/obsidian-omnivore/commit/05079e1edf3cfba6785de4379f0d3bb85b2450da)), closes [#176](https://github.com/omnivore-app/obsidian-omnivore/issues/176) [#187](https://github.com/omnivore-app/obsidian-omnivore/issues/187) + ## [1.9.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.0...1.9.1) (2024-01-11) diff --git a/manifest.json b/manifest.json index b23e705..5bb4a55 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.9.1", + "version": "1.9.2", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index c3eff3d..c2871e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.9.1", + "version": "1.9.2", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1ca5d43..baa0be3 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "1.8.0": "0.15.0", "1.8.1": "0.15.0", "1.9.0": "0.15.0", - "1.9.1": "0.15.0" + "1.9.1": "0.15.0", + "1.9.2": "0.15.0" } \ No newline at end of file