Skip to content

Commit

Permalink
chore(release): 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sytone committed Oct 2, 2024
1 parent 700b6e3 commit 98fd59f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.1.2](https://github.com/sytone/obsidian-queryallthethings/compare/1.1.1...1.1.2) (2024-10-02)


### Bug Fixes and Changes

* allow the debounce to be disabled as it is not working on page renames correctly ([700b6e3](https://github.com/sytone/obsidian-queryallthethings/commits/700b6e3036c3c63614d684ccbcd9e626dbf6d8ea))

### [1.1.1](https://github.com/sytone/obsidian-queryallthethings/compare/1.1.0...1.1.1) (2024-09-01)


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": "qatt",
"name": "Query all the things",
"version": "1.1.1",
"version": "1.1.2",
"minAppVersion": "1.2.8",
"description": "Execute SQL base queries against your data in Obsidian and render it how you want using templates.",
"author": "Sytone",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qatt",
"version": "1.1.1",
"version": "1.1.2",
"description": "Execute SQL base queries against your data in Obsidian and render it how you want using templates.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"1.0.1": "1.2.8",
"1.0.2": "1.2.8",
"1.1.0": "1.2.8",
"1.1.1": "1.2.8"
"1.1.1": "1.2.8",
"1.1.2": "1.2.8"
}

0 comments on commit 98fd59f

Please sign in to comment.