Skip to content

Commit 3cbadbb

Browse files
committed
v5.0.4
1 parent 0fcf0d3 commit 3cbadbb

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
@@ -1,5 +1,5 @@
11
export * from './BehaviorMap.js';
22
export * from './BehaviorRegistry.js';
33
export * from './HasAttribute.js';
4-
export declare const version = "5.0.3";
4+
export declare const version = "5.0.4";
55
//# 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,7 +1,7 @@
11
{
22
"name": "element-behaviors",
33
"description": "An entity-component system for HTML elements.",
4-
"version": "5.0.3",
4+
"version": "5.0.4",
55
"license": "LGPL-3.0",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export * from './HasAttribute.js'
88

99
// Leave this last line alone, it gets automatically updated when publishing a
1010
// new version of this package.
11-
export const version = '5.0.3'
11+
export const version = '5.0.4'

0 commit comments

Comments
 (0)