@cocreate/local-storage
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,8 @@ | ||
## [1.4.2](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.4.1...v1.4.2) (2023-01-29) | ||
### Bug Fixes | ||
* execute function checkSupport ([4ca16b6](https://github.com/CoCreate-app/CoCreate-local-storage/commit/4ca16b6adf0118aba8572abf4c78d93be62fdcdf)) | ||
## [1.4.1](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.4.0...v1.4.1) (2023-01-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A Simple component similar to CoCreate-input & CoCreate-fetch which Save and fetch data for inputs, textarea, selects from localstorage. Easily configured using HTML5 attributes and/or JavaScript API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -137,2 +137,4 @@ import action from '@cocreate/actions' | ||
CoCreateLocalStorage.checkSupport() | ||
export default CoCreateLocalStorage; |
72663
244