Skip to content

Commit

Permalink
Settings Search Release: v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 20, 2023
1 parent 1afdb45 commit 5ffe31a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5ffe31a

Please sign in to comment.