Skip to content

Commit

Permalink
chore(release): 1.3.1
Browse files Browse the repository at this point in the history
## [1.3.1](1.3.0...1.3.1) (2023-05-23)

### Bug Fixes

* add a reset template button to reset the template to default template ([06df987](06df987))
* invalid yaml error when generating the front matter ([10a9b96](10a9b96))
  • Loading branch information
semantic-release-bot committed May 23, 2023
1 parent 8a4c031 commit e27b80f
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.3.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.0...1.3.1) (2023-05-23)


### Bug Fixes

* add a reset template button to reset the template to default template ([06df987](https://github.com/omnivore-app/obsidian-omnivore/commit/06df987b539cf892bdab6e205cefcf529ffc26f0))
* invalid yaml error when generating the front matter ([10a9b96](https://github.com/omnivore-app/obsidian-omnivore/commit/10a9b9676b2c57e6dcbecb87e2e7530874be8c70))

# [1.3.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.2.3...1.3.0) (2023-05-18)


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.3.0",
"version": "1.3.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.3.0",
"version": "1.3.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 @@ -12,5 +12,6 @@
"1.2.1": "0.15.0",
"1.2.2": "0.15.0",
"1.2.3": "0.15.0",
"1.3.0": "0.15.0"
"1.3.0": "0.15.0",
"1.3.1": "0.15.0"
}

0 comments on commit e27b80f

Please sign in to comment.