Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bebb967

Browse files
committed
v0.2.0
1 parent 33dedea commit bebb967

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.1.7";
13+
export declare const version = "0.2.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.1.7",
3+
"version": "0.2.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
@@ -28,4 +28,4 @@ declare global {
2828
}
2929
}
3030

31-
export const version = '0.1.7'
31+
export const version = '0.2.0'

0 commit comments

Comments
 (0)