From acd2272f835de0304326d2a4f2e934c4ca98e5ab Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sun, 30 Jul 2023 14:29:20 -0700 Subject: [PATCH] v0.8.1 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8856dc4..c0e78f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lume/element", - "version": "0.8.0", + "version": "0.8.1", "description": "Create Custom Elements with reactivity and automatic re-rendering.", "author": "Joe Pea ", "license": "MIT", diff --git a/src/index.ts b/src/index.ts index 23dcb0c..3d93a37 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,4 +5,4 @@ export * from './element.js' export * from './css.js' export type {JSX} from './jsx-runtime.js' -export const version = '0.8.0' +export const version = '0.8.1'