Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Mar 15, 2024
1 parent 558893c commit 5f3edb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "md4w",
"description": "A Markdown renderer written in Zig & C, compiled to WebAssymbly for all JS runtimes.",
"version": "0.2.5",
"version": "0.2.6",
"type": "module",
"module": "./js/index.js",
"main": "./js/index.js",
Expand All @@ -14,6 +14,9 @@
"types": "./js/md4w.d.ts"
}
},
"scripts": {
"prepublishOnly": "zig build"
},
"files": [
"js/",
"README.md"
Expand Down

0 comments on commit 5f3edb8

Please sign in to comment.