Add npmignore to json-schemas and update CHANGELOG

This commit is contained in:
Fabio Berger
2018-02-09 13:05:21 -08:00
parent 92e74bc4fa
commit e5668c1e5c
2 changed files with 9 additions and 0 deletions

View File

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

View File

@@ -1,5 +1,9 @@
# CHANGELOG
## v0.7.10 - _February 9, 2017_
* Fix publishing issue where .npmignore was not properly excluding undesired content
## v0.7.0 - _December 20, 2017_
* Rename `subscriptionOptsSchema` to `blockRangeSchema` (#272)