diff --git a/CHANGELOG.md b/CHANGELOG.md index 926191d..5582e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## [0.2.0](https://github.com/uphold/create-uphold-app/releases/tag/v0.2.0) (2018-08-14) +## [0.2.1](https://github.com/uphold/uphold-scripts/releases/tag/v0.2.1) (2019-06-22) +- Only report coverage for `src` and `apps` folders [\#14](https://github.com/uphold/uphold-scripts/pull/14) ([ricardobcl](https://github.com/ricardobcl)) + +## [0.2.0](https://github.com/uphold/uphold-scripts/releases/tag/v0.2.0) (2018-08-14) - Add jest testRegex [\#10](https://github.com/uphold/uphold-scripts/pull/10) ([rplopes](https://github.com/rplopes)) - Improve changelog generation [\#8](https://github.com/uphold/uphold-scripts/pull/8) ([rplopes](https://github.com/rplopes)) - Remove config directory from jest coverage [\#9](https://github.com/uphold/uphold-scripts/pull/9) ([rplopes](https://github.com/rplopes)) diff --git a/package.json b/package.json index 1fda343..413f87e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uphold-scripts", - "version": "0.2.0", + "version": "0.2.1", "description": "Set of scripts and dev dependencies to help with common tasks on Uphold projects", "bin": "./src/index.js", "author": "Ricardo Lopes",