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.
2 parents f50bd98 + 22c6d0c commit 59e9cdeCopy full SHA for 59e9cde
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+## 1.2.0
2
+
3
+- Update package.json license field to use non-deprecated syntax [#9](https://github.com/stackgl/gl-vec3/pull/9)
4
+- Optimize transformQuat [#10](https://github.com/stackgl/gl-vec3/pull/10)
package.json
@@ -1,6 +1,6 @@
{
"name": "gl-vec3",
- "version": "1.1.3",
+ "version": "1.2.0",
"description": "gl-matrix's vec3, split into smaller pieces",
5
"main": "index.js",
6
"license": "zlib",
0 commit comments