From a312667737fe2623078c845c2da010cad37579d0 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Tue, 21 Nov 2023 01:42:03 -0800 Subject: [PATCH] v0.11.4 --- dist/index.d.ts | 2 +- dist/index.js | 2 +- package.json | 2 +- src/index.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 5f67615..ebd52a3 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -3,5 +3,5 @@ export * from './attribute.js'; export * from './element.js'; export * from './css.js'; export type { JSX } from './jsx-runtime.js'; -export declare const version = "0.11.3"; +export declare const version = "0.11.4"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index a34e868..a9f3971 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2,5 +2,5 @@ export * from './LumeElement.js'; export * from './attribute.js'; export * from './element.js'; export * from './css.js'; -export const version = '0.11.3'; +export const version = '0.11.4'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index 734ec03..689102c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lume/element", - "version": "0.11.3", + "version": "0.11.4", "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 167ac16..170d4a1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,4 +4,4 @@ export * from './element.js' export * from './css.js' export type {JSX} from './jsx-runtime.js' -export const version = '0.11.3' +export const version = '0.11.4'