mirror of
https://github.com/mnaoumov/obsidian-advanced-debug-mode.git
synced 2026-07-22 05:44:00 +00:00
chore: release 1.9.14
This commit is contained in:
parent
8fa5d820b5
commit
dff1f58166
5 changed files with 16 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue