Skip to content

Commit

Permalink
chore(release): 1.56.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Aug 26, 2020
1 parent 83a224d commit ae3c88a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.56.0](https://github.com/basics/vector/compare/v1.55.1...v1.56.0) (2020-08-26)


### Bug Fixes

* **playcanvas:** fix mat3 mat4 mix ([18818bc](https://github.com/basics/vector/commit/18818bcd3f7aec61bf126417404a861685c9b223))
* **tests:** remove more jsdocs ([83a224d](https://github.com/basics/vector/commit/83a224d0fa2f2fd6c68f4e31ffea9acb67f87966))


### Features

* **math:** add multiplyVecMat4 function ([a5430ba](https://github.com/basics/vector/commit/a5430ba82da82b6728c16e87bf2b30876162d6e4))

## [1.55.1](https://github.com/basics/vector/compare/v1.55.0...v1.55.1) (2020-08-20)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-basics/vector",
"version": "1.55.1",
"version": "1.56.0",
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
"main": "./index.js",
"module": "./build/esm/index.js",
Expand Down

0 comments on commit ae3c88a

Please sign in to comment.