Add npmignore to subpackage and update CHANGELOG

This commit is contained in:
Fabio Berger
2018-02-09 12:30:06 -08:00
parent c80877af43
commit 1c7dce6054
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
/src/
/scripts/
test/
tsconfig.json

View File

@@ -1,6 +1,10 @@
# CHANGELOG
## v0.0.4 - _Nov. 14, 2017_
## v0.0.5 - _February 9, 2017_
* Fix publishing issue where .npmignore was not properly excluding undesired content
## v0.0.4 - _November 14, 2017_
* Re-publish Assert previously published under NPM package @0xproject/0x-assert
* Added assertion isValidBaseUnitAmount which checks both that the value is a valid bigNumber and that it does not contain decimals.