diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a6205..ea27778 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.2](https://github.com/valentine195/obsidian-settings-search/compare/1.3.1...1.3.2) (2023-01-20) + + +### Bug Fixes + +* addResource -> addResources, removeResource -> removeResources, addResources now returns a deregister function ([1afdb45](https://github.com/valentine195/obsidian-settings-search/commit/1afdb45a8d5f4edba2c7e096d2de756bf7f29169)) + ### [1.3.1](https://github.com/valentine195/obsidian-settings-search/compare/1.3.0...1.3.1) (2023-01-20) diff --git a/manifest.json b/manifest.json index 6f99302..0c630bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "settings-search", "name": "Settings Search", - "version": "1.3.1", + "version": "1.3.2", "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 8c59da0..995e881 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "settings-search", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "settings-search", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.15.8", diff --git a/package.json b/package.json index 86a29b6..f81e9eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "settings-search", - "version": "1.3.1", + "version": "1.3.2", "description": "Globally search settings in Obsidian.md", "main": "main.js", "scripts": {