Skip to content

Commit

Permalink
Publish v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ericman314 committed Jul 14, 2020
1 parent 88626cd commit 47fc0cd
Show file tree
Hide file tree
Showing 3 changed files with 6 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

## 2020-07-13, v0.8.6
- Standardized on US customary fluid volumes
- Corrected values for `teaspoon` and `fluidounce`

## 2019-11-23, v0.8.5
- `compare` now handles NaNs consistently

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ Many thanks to Jos de Jong (@josdejong), the original author of `Unit.js`, who s
### Contributors

- Harry Sarson (https://github.com/harrysarson)
- Nick Ewing (https://github.com/nickewing)

## License

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

0 comments on commit 47fc0cd

Please sign in to comment.