Skip to content

Commit 687b863

Browse files
committed
bump version
1 parent 33bfd69 commit 687b863

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripting",
66
"HTML"
77
],
8-
"version": "0.9.90",
8+
"version": "0.9.91",
99
"type": "module",
1010
"homepage": "https://hyperscript.org/",
1111
"bugs": {

src/_hyperscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const _hyperscript = Object.assign(
145145
process: (elt) => runtime.processNode(elt),
146146
processNode: (elt) => runtime.processNode(elt), // deprecated alias
147147
cleanup: (elt) => runtime.cleanup(elt),
148-
version: "0.9.90",
148+
version: "0.9.91",
149149
}
150150
);
151151

0 commit comments

Comments
 (0)