Skip to content

Commit

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

### Bug Fixes

* **playcanvas:** fix mat3 iteration ([dfc748c](dfc748c))
  • Loading branch information
semantic-release-bot committed Aug 20, 2020
1 parent dfc748c commit 4db50d8
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.55.1](https://github.com/basics/vector/compare/v1.55.0...v1.55.1) (2020-08-20)


### Bug Fixes

* **playcanvas:** fix mat3 iteration ([dfc748c](https://github.com/basics/vector/commit/dfc748cda5c0d27af5b405fb8a57460c746f2de5))

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

0 comments on commit 4db50d8

Please sign in to comment.