Skip to content

Commit ae3c88a

Browse files
chore(release): 1.56.0 [skip ci]
# [1.56.0](v1.55.1...v1.56.0) (2020-08-26) ### Bug Fixes * **playcanvas:** fix mat3 mat4 mix ([18818bc](18818bc)) * **tests:** remove more jsdocs ([83a224d](83a224d)) ### Features * **math:** add multiplyVecMat4 function ([a5430ba](a5430ba))
1 parent 83a224d commit ae3c88a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.56.0](https://github.com/basics/vector/compare/v1.55.1...v1.56.0) (2020-08-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **playcanvas:** fix mat3 mat4 mix ([18818bc](https://github.com/basics/vector/commit/18818bcd3f7aec61bf126417404a861685c9b223))
7+
* **tests:** remove more jsdocs ([83a224d](https://github.com/basics/vector/commit/83a224d0fa2f2fd6c68f4e31ffea9acb67f87966))
8+
9+
10+
### Features
11+
12+
* **math:** add multiplyVecMat4 function ([a5430ba](https://github.com/basics/vector/commit/a5430ba82da82b6728c16e87bf2b30876162d6e4))
13+
114
## [1.55.1](https://github.com/basics/vector/compare/v1.55.0...v1.55.1) (2020-08-20)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-basics/vector",
3-
"version": "1.55.1",
3+
"version": "1.56.0",
44
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
55
"main": "./index.js",
66
"module": "./build/esm/index.js",

0 commit comments

Comments
 (0)