From 50bbd3eaebebf2e3f4b659be0eac0a3084d7f2c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 17:57:12 +0000 Subject: [PATCH] chore(main): release 1.3.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 631da1f..567afa2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.7" + ".": "1.3.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e73cd4d..f44053e 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.8](https://github.com/javalent/settings-search/compare/1.3.7...1.3.8) (2023-05-30) + + +### Bug Fixes + +* **Readme:** Update Readme to 1.0 ([ecefe4d](https://github.com/javalent/settings-search/commit/ecefe4d1103a597e4949f9a8c3b73575c7fd6012)), closes [#35](https://github.com/javalent/settings-search/issues/35) + ### [1.3.7](https://github.com/valentine195/obsidian-settings-search/compare/1.3.6...1.3.7) (2023-03-20) diff --git a/manifest.json b/manifest.json index bca040a..f475f06 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "settings-search", "name": "Settings Search", - "version": "1.3.7", + "version": "1.3.8", "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 6f72256..731e7f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "settings-search", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "settings-search", - "version": "1.3.7", + "version": "1.3.8", "license": "MIT", "devDependencies": { "@babel/core": "^7.15.8", diff --git a/package.json b/package.json index b5d5ce0..0f2f627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "settings-search", - "version": "1.3.7", + "version": "1.3.8", "description": "Globally search settings in Obsidian.md", "main": "main.js", "scripts": {