We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ab299 commit fd7068dCopy full SHA for fd7068d
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [8.1.2](https://github.com/ionic-team/capacitor-filesystem/compare/v8.1.1...v8.1.2) (2026-02-13)
2
+
3
4
+### Bug Fixes
5
6
+* **ios:** bump IONFilesystemLib to 1.1.1 ([#69](https://github.com/ionic-team/capacitor-filesystem/issues/69)) ([b1ab299](https://github.com/ionic-team/capacitor-filesystem/commit/b1ab299beb1154ec4e9c9d76e11b48cc5ad15dab))
7
8
## [8.1.1](https://github.com/ionic-team/capacitor-filesystem/compare/v8.1.0...v8.1.1) (2026-02-12)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor/filesystem",
- "version": "8.1.1",
+ "version": "8.1.2",
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
0 commit comments