Skip to content

Commit

Permalink
chore(release): 1.57.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.57.0](v1.56.10...v1.57.0) (2021-04-27)

### Bug Fixes

* **operator:** correct check for number types ([65dbc3c](65dbc3c))
* upgrade snyk from 1.431.2 to 1.431.4 ([5b15362](5b15362))

### Features

* **math:** radians and degrees functions ([96741bf](96741bf))
  • Loading branch information
semantic-release-bot committed Apr 27, 2021
1 parent 65dbc3c commit 2688952
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.57.0](https://github.com/basics/vector/compare/v1.56.10...v1.57.0) (2021-04-27)


### Bug Fixes

* **operator:** correct check for number types ([65dbc3c](https://github.com/basics/vector/commit/65dbc3c1c9ea169790695e90258f4dc9f57da8bf))
* upgrade snyk from 1.431.2 to 1.431.4 ([5b15362](https://github.com/basics/vector/commit/5b153625326b69571c324bae0ddc0f67696bba49))


### Features

* **math:** radians and degrees functions ([96741bf](https://github.com/basics/vector/commit/96741bf3e1e5ff8c053aaefcf2bbdb4a139c2654))

## [1.56.10](https://github.com/basics/vector/compare/v1.56.9...v1.56.10) (2020-12-05)


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

0 comments on commit 2688952

Please sign in to comment.