From 1a535edce83e508611e4937545890ce86676a1d5 Mon Sep 17 00:00:00 2001 From: UpperCod Date: Sat, 25 Jan 2020 16:51:30 -0300 Subject: [PATCH] add new type options and improve the experience with property errors --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffb33c12..4a9f4ce7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atomico", - "version": "0.18.1", + "version": "0.19.0", "description": "Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.", "main": "core.js", "module": "core.js",