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 45094b9 commit 3252da1Copy full SHA for 3252da1
Changes.md
@@ -1,5 +1,11 @@
1
# Change log
2
3
+## v3.4.3
4
+
5
+**Fixes**
6
7
+- Make measure debug mode asynchronous and fix delay-by-one-step regression
8
9
## v3.4.2
10
11
**Fixes**
package.json
@@ -1,6 +1,6 @@
{
"name": "three-cad-viewer",
- "version": "3.4.2",
+ "version": "3.4.3",
"description": "",
"repository": {
"type": "git",
src/_version.js
@@ -1 +1 @@
-export const version = "3.4.2";
+export const version = "3.4.3";
0 commit comments