Add npmignore to subpackage and update CHANGELOG

This commit is contained in:
Fabio Berger 2018-02-09 12:37:28 -08:00
parent fd772c48cf
commit 0a113e1cf7
2 changed files with 9 additions and 0 deletions

View File

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

View File

@ -1,5 +1,9 @@
# CHANGELOG
## v0.5.1 - _February 9, 2018_
* Fix publishing issue where .npmignore was not properly excluding undesired content
## v0.5.0 - _January 17, 2018_
* Sanitize api endpoint url and remove trailing slashes (#318)