Skip to content

Commit c996219

Browse files
committed
v0.3.0
1 parent 9773796 commit c996219

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ declare global {
1010
customAttributes: CustomAttributeRegistry;
1111
}
1212
}
13-
export declare const version = "0.2.4";
13+
export declare const version = "0.3.0";
1414
//# sourceMappingURL=index.d.ts.map

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lume/custom-attributes",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "Custom attributes: like custom elements, but for attributes",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ declare global {
4040
}
4141
}
4242

43-
export const version = '0.2.4'
43+
export const version = '0.3.0'

0 commit comments

Comments
 (0)