@capacitor/filesystem
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.3.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@0.3.0...@capacitor/filesystem@0.3.1) (2021-01-26) | ||
### Bug Fixes | ||
* **android:** permissions use "publicStorage" as alias ([#202](https://github.com/ionic-team/capacitor-plugins/issues/202)) ([2dfc7a3](https://github.com/ionic-team/capacitor-plugins/commit/2dfc7a3261a4f98871a86fe6d47fab084a2d1deb)) | ||
# [0.3.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/filesystem@0.2.0...@capacitor/filesystem@0.3.0) (2021-01-14) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@capacitor/filesystem", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.", | ||
@@ -81,3 +81,3 @@ "main": "dist/plugin.cjs.js", | ||
}, | ||
"gitHead": "6c724997284ac8fded5553b0e510c85055f74105" | ||
"gitHead": "9c7056ff622b1619c0c0d1c59a09b47d20d5739f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
283550
4057