Skip to content

Commit

Permalink
v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Nov 17, 2023
1 parent 8549d38 commit d7ae546
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
@@ -1,5 +1,5 @@
export * from './BehaviorMap.js';
export * from './BehaviorRegistry.js';
export * from './HasAttribute.js';
export declare const version = "5.0.1";
export declare const version = "5.0.2";
//# 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,7 +1,7 @@
{
"name": "element-behaviors",
"description": "An entity-component system for HTML elements.",
"version": "5.0.1",
"version": "5.0.2",
"license": "LGPL-3.0",
"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 @@ -8,4 +8,4 @@ export * from './HasAttribute.js'

// Leave this last line alone, it gets automatically updated when publishing a
// new version of this package.
export const version = '5.0.1'
export const version = '5.0.2'

0 comments on commit d7ae546

Please sign in to comment.