Skip to content

Commit

Permalink
chore(release): 1.56.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.56.1](v1.56.0...v1.56.1) (2020-08-26)

### Bug Fixes

* **playcanvas:** fix mat3 mat4 via duck typing ([f2a8b49](f2a8b49))
  • Loading branch information
semantic-release-bot committed Aug 26, 2020
1 parent f2a8b49 commit b448062
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.56.1](https://github.com/basics/vector/compare/v1.56.0...v1.56.1) (2020-08-26)


### Bug Fixes

* **playcanvas:** fix mat3 mat4 via duck typing ([f2a8b49](https://github.com/basics/vector/commit/f2a8b49f4bd137d5571ddd80133e635d2f9abb7c))

# [1.56.0](https://github.com/basics/vector/compare/v1.55.1...v1.56.0) (2020-08-26)


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

0 comments on commit b448062

Please sign in to comment.