diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b1fdab..db5252a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.9" + ".": "1.3.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 766a9e6..a0e5971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.10](https://github.com/javalent/settings-search/compare/1.3.9...1.3.10) (2023-10-05) + + +### Bug Fixes + +* fix error that occurs when plugins are loaded after this one (close [#43](https://github.com/javalent/settings-search/issues/43), close [#44](https://github.com/javalent/settings-search/issues/44)) ([2581772](https://github.com/javalent/settings-search/commit/2581772ad366e6659bd225aafc09e9d9f43c0c51)) + ## [1.3.9](https://github.com/javalent/settings-search/compare/1.3.8...1.3.9) (2023-10-03) diff --git a/manifest.json b/manifest.json index 1b21d43..400b89d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "settings-search", "name": "Settings Search", - "version": "1.3.9", + "version": "1.3.10", "minAppVersion": "0.12.17", "author": "Jeremy Valentine", "description": "Globally search settings in Obsidian.md", diff --git a/package-lock.json b/package-lock.json index 0b89e9e..09d837e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "settings-search", - "version": "1.3.9", + "version": "1.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "settings-search", - "version": "1.3.9", + "version": "1.3.10", "license": "MIT", "devDependencies": { "@babel/core": "^7.15.8", diff --git a/package.json b/package.json index 06248ea..60ec5b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "settings-search", - "version": "1.3.9", + "version": "1.3.10", "description": "Globally search settings in Obsidian.md", "main": "main.js", "scripts": {