Skip to content

Commit

Permalink
chore(release): 1.4.3
Browse files Browse the repository at this point in the history
## [1.4.3](1.4.2...1.4.3) (2023-06-19)

### Bug Fixes

* failed to save note in windows by removing invisible characters in the filename ([cf99fc5](cf99fc5))
  • Loading branch information
semantic-release-bot committed Jun 19, 2023
1 parent b3627e8 commit 8f46778
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.4.2...1.4.3) (2023-06-19)


### Bug Fixes

* failed to save note in windows by removing invisible characters in the filename ([cf99fc5](https://github.com/omnivore-app/obsidian-omnivore/commit/cf99fc5c26c12b9164ea689ab220d01c9d6d8810))

## [1.4.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.4.1...1.4.2) (2023-06-07)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-omnivore",
"name": "Omnivore",
"version": "1.4.2",
"version": "1.4.3",
"minAppVersion": "0.15.0",
"description": "This is an Omnivore plugin for Obsidian.",
"author": "Omnivore",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-omnivore",
"version": "1.4.2",
"version": "1.4.3",
"description": "This is an Omnivore plugin for Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"1.3.3": "0.15.0",
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.4.2": "0.15.0"
"1.4.2": "0.15.0",
"1.4.3": "0.15.0"
}

0 comments on commit 8f46778

Please sign in to comment.