Skip to content

Commit d0bb535

Browse files
chore(release): 1.4.1
## [1.4.1](omnivore-app/obsidian-omnivore@1.4.0...1.4.1) (2023-06-06) ### Bug Fixes * replace all reserved characters in filename with - ([582beb3](omnivore-app@582beb3)) * test ([815238c](omnivore-app@815238c))
1 parent 143a01f commit d0bb535

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.4.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.4.0...1.4.1) (2023-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* replace all reserved characters in filename with - ([582beb3](https://github.com/omnivore-app/obsidian-omnivore/commit/582beb35635ae52e89a8d4edc60efcc3e1dba337))
7+
* test ([815238c](https://github.com/omnivore-app/obsidian-omnivore/commit/815238cca248ff5899b8941fea6410757145d19c))
8+
19
# [1.4.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.3...1.4.0) (2023-05-31)
210

311

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-omnivore",
33
"name": "Omnivore",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"minAppVersion": "0.15.0",
66
"description": "This is an Omnivore plugin for Obsidian.",
77
"author": "Omnivore",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-omnivore",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "This is an Omnivore plugin for Obsidian.",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"1.3.1": "0.15.0",
1717
"1.3.2": "0.15.0",
1818
"1.3.3": "0.15.0",
19-
"1.4.0": "0.15.0"
19+
"1.4.0": "0.15.0",
20+
"1.4.1": "0.15.0"
2021
}

0 commit comments

Comments
 (0)