From 4c6df1e6c251c9e20fa6ff8c435e5c51563d8e24 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 May 2023 08:41:14 +0000 Subject: [PATCH] chore(release): 1.3.3 ## [1.3.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.2...1.3.3) (2023-05-23) ### Bug Fixes * truncate filename length to 100 ([12ebcf7](https://github.com/omnivore-app/obsidian-omnivore/commit/12ebcf76638ce336511705b6b433ea989e6a0895)) --- 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 3cf5024..3a180e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.2...1.3.3) (2023-05-23) + + +### Bug Fixes + +* truncate filename length to 100 ([12ebcf7](https://github.com/omnivore-app/obsidian-omnivore/commit/12ebcf76638ce336511705b6b433ea989e6a0895)) + ## [1.3.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.1...1.3.2) (2023-05-23) diff --git a/manifest.json b/manifest.json index 586f4f7..736c8fd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.3.2", + "version": "1.3.3", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 7e4f1c4..6b94e91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.3.2", + "version": "1.3.3", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 59f5d7f..a3c14a6 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "1.2.3": "0.15.0", "1.3.0": "0.15.0", "1.3.1": "0.15.0", - "1.3.2": "0.15.0" + "1.3.2": "0.15.0", + "1.3.3": "0.15.0" } \ No newline at end of file