Skip to content

Commit 59e9cde

Browse files
authored
Merge pull request #11 from stackgl/v1.2.0
v1.2.0
2 parents f50bd98 + 22c6d0c commit 59e9cde

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gl-vec3",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "gl-matrix's vec3, split into smaller pieces",
55
"main": "index.js",
66
"license": "zlib",

0 commit comments

Comments
 (0)