obsidian-typings 4.20.0 → 4.22.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,11 +5,11 @@
5
5
  </center>
6
6
 
7
7
  <div align="center">
8
- <a href="https://obsidian.md/changelog/2025-08-15-desktop-v1.9.9/"><img src="https://img.shields.io/badge/Obsidian_version-1.9.9_catalyst-blue?logo=obsidian" alt="Obsidian version: 1.9.9 catalyst"></a>
9
- <a href="https://github.com/Fevol/obsidian-typings/tree/release/obsidian-catalyst/1.9.9"><img src="https://img.shields.io/badge/Git_branch-release/obsidian--catalyst/1.9.9-red?logo=git" alt="Git branch: release/obsidian-catalyst/1.9.9"></a>
8
+ <a href="https://obsidian.md/changelog/2025-08-18-desktop-v1.9.10/"><img src="https://img.shields.io/badge/Obsidian_version-1.9.10_public-blue?logo=obsidian" alt="Obsidian version: 1.9.10 public"></a>
9
+ <a href="https://github.com/Fevol/obsidian-typings/tree/release/obsidian-public/1.9.10"><img src="https://img.shields.io/badge/Git_branch-release/obsidian--public/1.9.10-red?logo=git" alt="Git branch: release/obsidian-public/1.9.10"></a>
10
10
  </div>
11
11
 
12
- This branch contains the typings for Obsidian version [`1.9.9 catalyst`](https://obsidian.md/changelog/2025-08-15-desktop-v1.9.9/).
12
+ This branch contains the typings for Obsidian version [`1.9.10 public`](https://obsidian.md/changelog/2025-08-18-desktop-v1.9.10/).
13
13
 
14
14
  > [!WARNING]
15
15
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "4.20.0",
3
+ "version": "4.22.0",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",