mirror of
https://github.com/mnaoumov/obsidian-advanced-debug-mode.git
synced 2026-07-22 05:44:00 +00:00
chore: release 1.9.0
This commit is contained in:
parent
22f74a9775
commit
8b21cf9748
5 changed files with 14 additions and 5 deletions
|
|
@ -1,5 +1,13 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.9.0
|
||||
|
||||
- chore: lint
|
||||
- feat: disable desktop-only settings on mobile
|
||||
- feat: emulate mobile mode
|
||||
- chore: lint
|
||||
- chore: enable markdownlint
|
||||
|
||||
## 1.8.6
|
||||
|
||||
- fix: build
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
"id": "advanced-debug-mode",
|
||||
"isDesktopOnly": false,
|
||||
"name": "Advanced Debug Mode",
|
||||
"version": "1.8.6",
|
||||
"version": "1.9.0",
|
||||
"minAppVersion": "1.9.14"
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "advanced-debug-mode",
|
||||
"version": "1.8.6",
|
||||
"version": "1.9.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "advanced-debug-mode",
|
||||
"version": "1.8.6",
|
||||
"version": "1.9.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.1.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "advanced-debug-mode",
|
||||
"version": "1.8.6",
|
||||
"version": "1.9.0",
|
||||
"description": "Enhances debugging experience.",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -37,5 +37,6 @@
|
|||
"1.8.3": "1.9.12",
|
||||
"1.8.4": "1.9.12",
|
||||
"1.8.5": "1.9.14",
|
||||
"1.8.6": "1.9.14"
|
||||
"1.8.6": "1.9.14",
|
||||
"1.9.0": "1.9.14"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue