Skip to content

Commit d2162a7

Browse files
justrachclaude
andcommitted
chore: bump to v0.1.1, add wasm/ to package paths
wasm/counter_config.zig was missing from the published package because wasm/ was not listed in .paths. Downstream consumers had to manually patch the cached package to build. Fixed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 237ff30 commit d2162a7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.{
22
.name = .merjs,
33
.fingerprint = 0xaa135c45924bbfa8,
4-
.version = "0.1.0",
4+
.version = "0.1.1",
55
.minimum_zig_version = "0.14.0",
66
.dependencies = .{
77
.dhi = .{
@@ -14,6 +14,7 @@
1414
"build.zig.zon",
1515
"src",
1616
"app",
17+
"wasm",
1718
"public",
1819
"tools",
1920
},

0 commit comments

Comments
 (0)