chore: release 1.9.14

This commit is contained in:
Michael Naumov 2026-06-21 02:55:05 -06:00
parent 8fa5d820b5
commit dff1f58166
5 changed files with 16 additions and 5 deletions

View file

@ -1,5 +1,15 @@
# CHANGELOG
## 1.9.14
- refactor: monkey around
- test: refactor
- chore: update libs
- chore: unify tsconfig
- test(plugin): fix onload mock to invoke onloadImpl
- refactor: patches
- fix: api
## 1.9.13
- chore: update template

View file

@ -6,6 +6,6 @@
"id": "advanced-debug-mode",
"isDesktopOnly": false,
"name": "Advanced Debug Mode",
"version": "1.9.13",
"version": "1.9.14",
"minAppVersion": "1.12.7"
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "advanced-debug-mode",
"version": "1.9.13",
"version": "1.9.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "advanced-debug-mode",
"version": "1.9.13",
"version": "1.9.14",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^21.0.2",

View file

@ -1,6 +1,6 @@
{
"name": "advanced-debug-mode",
"version": "1.9.13",
"version": "1.9.14",
"description": "Enhances debugging experience.",
"keywords": [],
"homepage": "https://github.com/mnaoumov/obsidian-advanced-debug-mode#readme",

View file

@ -50,5 +50,6 @@
"1.9.9": "1.12.7",
"1.9.10": "1.12.7",
"1.9.12": "1.12.7",
"1.9.13": "1.12.7"
"1.9.13": "1.12.7",
"1.9.14": "1.12.7"
}