Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Upgrade to v1.1.0 #15

Merged
merged 2 commits into from
Jun 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# vktr changelog

## 1.1.0
*2018-06-13*
- Add angle property
- Add length property
- Add normalize() function
- Add divide() function
- Add dotProduct() function
- Make components property private
- Update babel configuration
- Update docs

## 1.0.0
*2018-06-07*
- First version
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
Expand Up @@ -57,5 +57,5 @@
"test:functional:node": "node test/launch-node-test.js",
"test:unitary": "jest"
},
"version": "1.0.0"
"version": "1.1.0"
}