Skip to content

Commit

Permalink
chore(release): 1.55.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.55.0](v1.54.0...v1.55.0) (2020-08-20)

### Bug Fixes

* **math:** reusable isNumber check ([54befda](54befda))

### Features

* **playcanvas:** reuse mat3 vec multiplier ([fb343db](fb343db))
  • Loading branch information
semantic-release-bot committed Aug 20, 2020
1 parent 54befda commit e752dba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.55.0](https://github.com/basics/vector/compare/v1.54.0...v1.55.0) (2020-08-20)


### Bug Fixes

* **math:** reusable isNumber check ([54befda](https://github.com/basics/vector/commit/54befda4074acd0ea433375bee96416709052f22))


### Features

* **playcanvas:** reuse mat3 vec multiplier ([fb343db](https://github.com/basics/vector/commit/fb343db2144438fcca5b859a846da1fd23c43765))

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

0 comments on commit e752dba

Please sign in to comment.