We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bfd69 commit 687b863Copy full SHA for 687b863
2 files changed
package.json
@@ -5,7 +5,7 @@
5
"scripting",
6
"HTML"
7
],
8
- "version": "0.9.90",
+ "version": "0.9.91",
9
"type": "module",
10
"homepage": "https://hyperscript.org/",
11
"bugs": {
src/_hyperscript.js
@@ -145,7 +145,7 @@ const _hyperscript = Object.assign(
145
process: (elt) => runtime.processNode(elt),
146
processNode: (elt) => runtime.processNode(elt), // deprecated alias
147
cleanup: (elt) => runtime.cleanup(elt),
148
- version: "0.9.90",
+ version: "0.9.91",
149
}
150
);
151
0 commit comments