From 98fd59f74ea0c6271c674384017eaf566f2183b5 Mon Sep 17 00:00:00 2001 From: sytone Date: Tue, 1 Oct 2024 22:07:53 -0700 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc1a3a..8491ae9 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.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) diff --git a/manifest.json b/manifest.json index 6a07f08..3f35531 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 5e10b55..bce9ce5 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index de325a6..0937110 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file