diff --git a/CHANGELOG.md b/CHANGELOG.md index efe25fa..515b764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.8.1...1.9.0) (2024-01-04) + + +### Features + +* start to sync when plugin is loaded ([#170](https://github.com/omnivore-app/obsidian-omnivore/issues/170)) ([280f027](https://github.com/omnivore-app/obsidian-omnivore/commit/280f0271c317ef6354fca9cdc8721c8a1d74b963)) + ## [1.8.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.8.0...1.8.1) (2023-11-14) diff --git a/manifest.json b/manifest.json index 07ec242..b1fd903 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.8.1", + "version": "1.9.0", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 6e25813..350d0c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.8.1", + "version": "1.9.0", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7212af7..1e9fbcf 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "1.7.0": "0.15.0", "1.7.1": "0.15.0", "1.8.0": "0.15.0", - "1.8.1": "0.15.0" + "1.8.1": "0.15.0", + "1.9.0": "0.15.0" } \ No newline at end of file