Skip to content

Commit

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

### Bug Fixes

* **playcanvas:** check for undefined props ([3a2dedd](3a2dedd))
  • Loading branch information
semantic-release-bot committed Aug 26, 2020
1 parent 3a2dedd commit 24c4882
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.2](https://github.com/basics/vector/compare/v1.56.1...v1.56.2) (2020-08-26)


### Bug Fixes

* **playcanvas:** check for undefined props ([3a2dedd](https://github.com/basics/vector/commit/3a2dedda81782ad4011e08aa4e106d5a2ea5c519))

## [1.56.1](https://github.com/basics/vector/compare/v1.56.0...v1.56.1) (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.1",
"version": "1.56.2",
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
"main": "./index.js",
"module": "./build/esm/index.js",
Expand Down

0 comments on commit 24c4882

Please sign in to comment.