diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f05718..3cf5024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.1...1.3.2) (2023-05-23) + + +### Bug Fixes + +* use labels names as tags in the front matter ([0341a4e](https://github.com/omnivore-app/obsidian-omnivore/commit/0341a4ed36c4aef507784dc6ceb1862b2e1dd8d6)) + ## [1.3.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.0...1.3.1) (2023-05-23) diff --git a/manifest.json b/manifest.json index cdbff13..586f4f7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.3.1", + "version": "1.3.2", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 552bdb7..4cc56f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.3.1", + "version": "1.3.2", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fcf5f45..59f5d7f 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.2.2": "0.15.0", "1.2.3": "0.15.0", "1.3.0": "0.15.0", - "1.3.1": "0.15.0" + "1.3.1": "0.15.0", + "1.3.2": "0.15.0" } \ No newline at end of file