Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lopes committed Aug 14, 2018
1 parent 6a9421d commit daf2f10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.0](https://github.com/uphold/create-uphold-app/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))
- Improve readme [\#7](https://github.com/uphold/uphold-scripts/pull/7) ([rplopes](https://github.com/rplopes))

## [0.1.0](https://github.com/uphold/uphold-scripts/releases/tag/v0.1.0) (2018-07-31)
- Remove self dependency in favor of reload [\#6](https://github.com/uphold/uphold-scripts/pull/6) ([Americas](https://github.com/Americas))
- Add `run` to version script [\#5](https://github.com/uphold/uphold-scripts/pull/5) ([Americas](https://github.com/Americas))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uphold-scripts",
"version": "0.1.0",
"version": "0.2.0",
"description": "Set of scripts and dev dependencies to help with common tasks on Uphold projects",
"bin": "./src/index.js",
"author": "Ricardo Lopes",
Expand Down

0 comments on commit daf2f10

Please sign in to comment.