Skip to content

Commit f035eda

Browse files
committed
0.0.5
1 parent 6d31961 commit f035eda

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# libxml2-wasm
22

33
[![CI Build on master](https://github.com/jameslan/libxml2-wasm/actions/workflows/build.yml/badge.svg)](https://github.com/jameslan/libxml2-wasm/actions/workflows/build.yml)
4+
[![npm](https://img.shields.io/npm/v/libxml2-wasm?logo=npm)](https://www.npmjs.com/package/libxml2-wasm)
45

56
## Disclaimer
67

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libxml2-wasm",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Bring libxml2 to browsers using WebAssembly",
55
"scripts": {
66
"wasm": "gulp rebuild",

0 commit comments

Comments
 (0)