Update README and CHANGELOG

This commit is contained in:
Brandon Millman
2018-03-13 16:17:02 -07:00
parent b08374f0ba
commit ba9a734ba7
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
# CHANGELOG
## v0.0.2 - _TBD, 2018_
* Added postman collection unit tests (#451)
## v0.0.1 - _March 8, 2018_

View File

@@ -116,3 +116,9 @@ yarn build
```bash
yarn lint
```
### Run Tests
```bash
yarn test
```