file-select-dialog
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -0,1 +1,8 @@ | ||
## [1.5.4](https://github.com/TomokiMiyauci/file-select-dialog/compare/v1.5.3...v1.5.4) (2021-02-10) | ||
### Bug Fixes | ||
* fix typo ([2fad428](https://github.com/TomokiMiyauci/file-select-dialog/commit/2fad42886dfc37015507f4989c5c64cf186a72fc)) | ||
## [1.5.3](https://github.com/TomokiMiyauci/file-select-dialog/compare/v1.5.2...v1.5.3) (2021-02-10) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "file-select-dialog", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Call file select dialog programmatically", | ||
@@ -99,6 +99,2 @@ "types": "dist/index.d.ts", | ||
{ | ||
"type": "docs", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "feat", | ||
@@ -105,0 +101,0 @@ "release": "minor" |
@@ -16,3 +16,3 @@ <div align="center"> | ||
> Directly call file select dialog to JavaScript. | ||
> Directly call file select dialog from JavaScript. | ||
> Get Back Promise File or FileList object. | ||
@@ -19,0 +19,0 @@ > No more hacky hiding of `<input type="file">` elements. |
27600