@cocreate/local-storage
Advanced tools
Comparing version 1.2.16 to 1.2.17
@@ -0,1 +1,8 @@ | ||
## [1.2.17](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.2.16...v1.2.17) (2021-09-14) | ||
### Bug Fixes | ||
* add cocreate.app to domains ([974cc26](https://github.com/CoCreate-app/CoCreate-local-storage/commit/974cc26cc19a120cb76c907fbd853fca38b20bb4)) | ||
## [1.2.16](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.2.15...v1.2.16) (2021-09-13) | ||
@@ -2,0 +9,0 @@ |
@@ -17,2 +17,3 @@ module.exports = { | ||
"domains": [ | ||
"cocreate.app", | ||
"general.cocreate.app" | ||
@@ -19,0 +20,0 @@ ], |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"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 data-attributes and/or JavaScript API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
44971
226