diff --git a/.changeset/quick-tables-buy.md b/.changeset/quick-tables-buy.md deleted file mode 100644 index 79408f4..0000000 --- a/.changeset/quick-tables-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@polyipseity/obsidian-plugin-library": patch ---- - -Fix `build.mjs`. See . diff --git a/.changeset/tricky-phones-tickle.md b/.changeset/tricky-phones-tickle.md deleted file mode 100644 index adfb8d8..0000000 --- a/.changeset/tricky-phones-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@polyipseity/obsidian-plugin-library": patch ---- - -Fix misdetecting iPadOS as Mac. diff --git a/.changeset/yellow-islands-laugh.md b/.changeset/yellow-islands-laugh.md deleted file mode 100644 index 48a2b04..0000000 --- a/.changeset/yellow-islands-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@polyipseity/obsidian-plugin-library": minor ---- - -Change `$FileSystem.open` to use feature detection instead. diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d6d87..6161de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @polyipseity/obsidian-plugin-library +## 1.25.0 + +### Minor Changes + +- 6a6b55b: Change `$FileSystem.open` to use feature detection instead. + +### Patch Changes + +- 8a725f7: Fix `build.mjs`. See . +- efc2ffc: Fix misdetecting iPadOS as Mac. + ## 1.24.0 ### Minor Changes