obsidian-dev-utils 86.2.0 → 87.0.1

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 87.0.1
4
+
5
+ - chore: lint
6
+ - chore: spellcheck
7
+ - fix: shell-quote exec args per platform so paths with metacharacters survive
8
+ - fix: quote batched exec args so paths with spaces stay a single argument
9
+
10
+ ## 87.0.0
11
+
12
+ - feat!: rework hard-to-close notice close API
13
+ - fix: style the notice close button as a round clickable-icon
14
+
3
15
  ## 86.2.0
4
16
 
5
17
  - fix: remove unreachable abstract definite-assignment lint rule