Skip to content

Commit

Permalink
Release 0.1.8 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored Feb 23, 2023
1 parent 7fb67f5 commit 1c05b3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.8

* fix some typescript stuff
* new methods: rounded, round, multiply, and divide

## 0.1.7
* fix standard not being a dev dependency

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vec3",
"version": "0.1.7",
"version": "0.1.8",
"description": "3d vector math with good unit tests",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1c05b3c

Please sign in to comment.