Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 29, 2024
1 parent 9230b9c commit b70ce99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ declare global {
customAttributes: CustomAttributeRegistry;
}
}
export declare const version = "0.2.3";
export declare const version = "0.2.4";
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lume/custom-attributes",
"version": "0.2.3",
"version": "0.2.4",
"description": "Custom attributes: like custom elements, but for attributes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ declare global {
}
}

export const version = '0.2.3'
export const version = '0.2.4'

0 comments on commit b70ce99

Please sign in to comment.