Skip to content

Commit 3201c8a

Browse files
committed
Bump version to 0.1.0
1 parent 9ebbd59 commit 3201c8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libxml2-wasm",
3-
"version": "0.0.6",
4-
"description": "Bring libxml2 to browsers using WebAssembly",
3+
"version": "0.1.0",
4+
"description": "WebAssembly-based libxml2 javascript binding",
55
"scripts": {
66
"wasm": "gulp rebuild",
77
"unit": "mocha",

src/index.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
XmlElement,
1717
XmlText,
1818
XmlCData,
19+
NamespaceMap,
1920
} from './nodes.mjs';
2021
export { default as XmlDocument } from './document.mjs';
2122
export { XmlParseError, XmlError } from './libxml2.mjs';

0 commit comments

Comments
 (0)