Skip to content

Commit b70ce99

Browse files
committed
v0.2.4
1 parent 9230b9c commit b70ce99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.d.ts

+1-1
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.3";
13+
export declare const version = "0.2.4";
1414
//# sourceMappingURL=index.d.ts.map

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ declare global {
2828
}
2929
}
3030

31-
export const version = '0.2.3'
31+
export const version = '0.2.4'

0 commit comments

Comments
 (0)