Skip to content

Commit

Permalink
chore(release): 1.56.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.56.10](v1.56.9...v1.56.10) (2020-12-05)

### Bug Fixes

* **math:** fix white spaces ([a3ac9e2](a3ac9e2))
  • Loading branch information
semantic-release-bot committed Dec 5, 2020
1 parent 0dd94ce commit 5722726
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.10](https://github.com/basics/vector/compare/v1.56.9...v1.56.10) (2020-12-05)


### Bug Fixes

* **math:** fix white spaces ([a3ac9e2](https://github.com/basics/vector/commit/a3ac9e2c0f726cf837f776bc5e44459edf92881e))

## [1.56.9](https://github.com/basics/vector/compare/v1.56.8...v1.56.9) (2020-12-02)


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

0 comments on commit 5722726

Please sign in to comment.