obsidian-dev-utils 63.0.1 → 64.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/dev/main.js +17 -9
- package/dist/lib/cjs/library.cjs +1 -1
- package/dist/lib/cjs/obsidian/command-handlers/open-settings-command-handler.cjs +9 -6
- package/dist/lib/cjs/obsidian/command-handlers/open-settings-command-handler.d.cts +18 -4
- package/dist/lib/esm/library.mjs +1 -1
- package/dist/lib/esm/obsidian/command-handlers/open-settings-command-handler.d.mts +18 -4
- package/dist/lib/esm/obsidian/command-handlers/open-settings-command-handler.mjs +9 -6
- package/package.json +97 -92
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 64.0.0
|
|
4
|
+
|
|
5
|
+
- test: mock app.setting in open-settings-command-handler tests
|
|
6
|
+
- fix!: open settings
|
|
7
|
+
- chore: update libs
|
|
8
|
+
- build: replace commitizen with czg
|
|
9
|
+
- chore: add CONTRIBUTING
|
|
10
|
+
|
|
11
|
+
## 63.1.0
|
|
12
|
+
|
|
13
|
+
- chore: add attestation
|
|
14
|
+
- docs: update link
|
|
15
|
+
|
|
3
16
|
## 63.0.1
|
|
4
17
|
|
|
5
18
|
- chore: update libs
|