Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 6, 2023
1 parent 143a01f commit d0bb535
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.4.0...1.4.1) (2023-06-06)


### Bug Fixes

* replace all reserved characters in filename with - ([582beb3](https://github.com/omnivore-app/obsidian-omnivore/commit/582beb35635ae52e89a8d4edc60efcc3e1dba337))
* test ([815238c](https://github.com/omnivore-app/obsidian-omnivore/commit/815238cca248ff5899b8941fea6410757145d19c))

# [1.4.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.3...1.4.0) (2023-05-31)


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.0",
"version": "1.4.1",
"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.0",
"version": "1.4.1",
"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 @@ -16,5 +16,6 @@
"1.3.1": "0.15.0",
"1.3.2": "0.15.0",
"1.3.3": "0.15.0",
"1.4.0": "0.15.0"
"1.4.0": "0.15.0",
"1.4.1": "0.15.0"
}

0 comments on commit d0bb535

Please sign in to comment.