We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed7997 commit 41e686fCopy full SHA for 41e686f
docs/changelogs/alpha.md
@@ -2,6 +2,12 @@
2
3
The alpha version of JSAR is the first version of the project.
4
5
+## v0.8.2
6
+
7
+### Fixes
8
9
+- Fix the commandbuffer responses dispatching in client-side graphics
10
11
## v0.8.1
12
13
### Improvements
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@yodaos-jsar/runtime",
- "version": "0.8.1",
+ "version": "0.8.2",
"private": true,
"scripts": {
"lint": "eslint lib/**/*.ts",
0 commit comments