Skip to content

Commit

Permalink
chore(release): 1.38.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.38.4](v1.38.3...v1.38.4) (2019-10-06)

### Bug Fixes

* **playcanvas:** quat fexible multiply method ([be2bb60](be2bb60))
* **quaternion:** fix name of quaternion test ([fdd0b65](fdd0b65))
* **quaternion:** flexible multiply method ([30c501a](30c501a))
  • Loading branch information
semantic-release-bot committed Oct 6, 2019
1 parent be2bb60 commit 5b5d129
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.38.4](https://github.com/basics/vector/compare/v1.38.3...v1.38.4) (2019-10-06)


### Bug Fixes

* **playcanvas:** quat fexible multiply method ([be2bb60](https://github.com/basics/vector/commit/be2bb60))
* **quaternion:** fix name of quaternion test ([fdd0b65](https://github.com/basics/vector/commit/fdd0b65))
* **quaternion:** flexible multiply method ([30c501a](https://github.com/basics/vector/commit/30c501a))

## [1.38.3](https://github.com/basics/vector/compare/v1.38.2...v1.38.3) (2019-10-04)


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.38.3",
"version": "1.38.4",
"description": "A vector lib with support for (+ - * /) operator handling",
"main": "./index.js",
"directories": {
Expand Down

0 comments on commit 5b5d129

Please sign in to comment.