Skip to content

Commit

Permalink
chore(release): 1.52.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.52.0](v1.51.2...v1.52.0) (2020-08-04)

### Bug Fixes

* **playcanvas:** correct handling for error in valueOf ([10f23e5](10f23e5))

### Features

* **mat3:** mat3 with vectors ([8840843](8840843))
* **operator:** algebraic multiplication support ([2f8fd60](2f8fd60))
  • Loading branch information
semantic-release-bot committed Aug 4, 2020
1 parent 8840843 commit b2c70f3
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.52.0](https://github.com/basics/vector/compare/v1.51.2...v1.52.0) (2020-08-04)


### Bug Fixes

* **playcanvas:** correct handling for error in valueOf ([10f23e5](https://github.com/basics/vector/commit/10f23e5a6ef7c80f8ec6bd2c7323b8c83134fec5))


### Features

* **mat3:** mat3 with vectors ([8840843](https://github.com/basics/vector/commit/8840843bd5f5b067f72cb3711f6a31947665d2fa))
* **operator:** algebraic multiplication support ([2f8fd60](https://github.com/basics/vector/commit/2f8fd6014f7b9f4522ce21d32c4462a46e409e22))

## [1.51.2](https://github.com/basics/vector/compare/v1.51.1...v1.51.2) (2020-07-14)


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.51.2",
"version": "1.52.0",
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
"main": "./index.js",
"module": "./build/esm/index.js",
Expand Down

0 comments on commit b2c70f3

Please sign in to comment.