Skip to content

Commit

Permalink
v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Feb 15, 2022
1 parent 860aac1 commit d52a784
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,6 +1,6 @@
{
"name": "@lume/element",
"version": "0.5.7",
"version": "0.5.8",
"description": "Create Custom Elements with reactivity and automatic re-rendering.",
"author": "Joe Pea <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export * from './css.js'
export * from './web.js'
export type {JSX} from './jsx-runtime.js'

export const version = '0.5.7'
export const version = '0.5.8'

0 comments on commit d52a784

Please sign in to comment.