Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Feb 21, 2022
1 parent 10d4598 commit c88a65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "2.2.11",
"version": "2.3.0",
"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 @@ -379,4 +379,4 @@ if (Element.prototype.attachShadow) {

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

0 comments on commit c88a65c

Please sign in to comment.