From c99621928fe51d9c868f4cf32b874825a46af05c Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sun, 15 Dec 2024 21:06:10 -0800 Subject: [PATCH] v0.3.0 --- 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 afd94ab..24fa211 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -10,5 +10,5 @@ declare global { customAttributes: CustomAttributeRegistry; } } -export declare const version = "0.2.4"; +export declare const version = "0.3.0"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index d105687..8cf9ac6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -15,5 +15,5 @@ if (globalThis.window?.document) { return root; }; } -export const version = '0.2.4'; +export const version = '0.3.0'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index 115d5e4..18f4ffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lume/custom-attributes", - "version": "0.2.4", + "version": "0.3.0", "description": "Custom attributes: like custom elements, but for attributes", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index ffe6e30..692252b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -40,4 +40,4 @@ declare global { } } -export const version = '0.2.4' +export const version = '0.3.0'