Skip to content

Commit

Permalink
chore(release): 1.51.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.51.1](v1.51.0...v1.51.1) (2020-07-09)

### Bug Fixes

* **operator:** correct handling for 4th channel ([13685c9](13685c9))
  • Loading branch information
semantic-release-bot committed Jul 9, 2020
1 parent 13685c9 commit 81c2056
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.51.1](https://github.com/basics/vector/compare/v1.51.0...v1.51.1) (2020-07-09)


### Bug Fixes

* **operator:** correct handling for 4th channel ([13685c9](https://github.com/basics/vector/commit/13685c965401b8c706869339705264ab37409e59))

# [1.51.0](https://github.com/basics/vector/compare/v1.50.0...v1.51.0) (2020-07-04)


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

0 comments on commit 81c2056

Please sign in to comment.