Skip to content

Commit 6dc4f50

Browse files
authored
bump(typegpu): Version 0.4.0 (#859)
1 parent fca71fc commit 6dc4f50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/typegpu-docs/src/components/stackblitz/openInStackBlitz.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ${example.htmlCode}
6161
},
6262
"dependencies": {
6363
"@webgpu/types": "^0.1.44",
64-
"typegpu": "^0.3.4"
64+
"typegpu": "^0.4.0"
6565
}
6666
}`,
6767
},

packages/typegpu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typegpu",
33
"private": true,
4-
"version": "0.3.4",
4+
"version": "0.4.0",
55
"description": "A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)