diff --git a/package-lock.json b/package-lock.json index 6dfdc75..0eb3cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "atomico", - "version": "1.78.2", + "version": "1.79.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "atomico", - "version": "1.78.2", + "version": "1.79.0", "license": "MIT", "devDependencies": { "@esm-bundle/chai": "^4.3.4-fix.0", diff --git a/package.json b/package.json index fe33891..2957cf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atomico", - "version": "1.78.2", + "version": "1.79.0", "description": "Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.", "type": "module", "main": "./core.js",