Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericman314 committed May 31, 2019
1 parent 9407dde commit 9bc8ae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 2019-05-30, v0.8.0
- Added `getValue`, `getNormalizedValue`, and `setNormalizedValue`
- Added format option for custom types

## 2019-05-28, v0.7.0
- Added compare

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": "unitmath",
"version": "0.7.0",
"version": "0.8.0",
"description": "JavaScript library for unit conversion and arithmetic",
"main": "index.js",
"module": "src/Unit.js",
Expand Down

0 comments on commit 9bc8ae0

Please sign in to comment.