diff --git a/CHANGELOG.md b/CHANGELOG.md index 5857331..3f05718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index 9715c39..cdbff13 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 2b0bb50..552bdb7 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 2a03d41..fcf5f45 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file