diff --git a/CHANGELOG.md b/CHANGELOG.md index 061b85c..efe25fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.8.0...1.8.1) (2023-11-14) + + +### Bug Fixes + +* lint code in CI ([#161](https://github.com/omnivore-app/obsidian-omnivore/issues/161)) ([460c489](https://github.com/omnivore-app/obsidian-omnivore/commit/460c48937f9d2583d43a26398e2b94eff15f0ef8)) + # [1.8.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.7.1...1.8.0) (2023-11-10) diff --git a/manifest.json b/manifest.json index fce9ef6..07ec242 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.8.0", + "version": "1.8.1", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 82e7a42..6e25813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.8.0", + "version": "1.8.1", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 341426d..7212af7 100644 --- a/versions.json +++ b/versions.json @@ -30,5 +30,6 @@ "1.6.3": "0.15.0", "1.7.0": "0.15.0", "1.7.1": "0.15.0", - "1.8.0": "0.15.0" + "1.8.0": "0.15.0", + "1.8.1": "0.15.0" } \ No newline at end of file