From 20713fb7da48344f786ed2698307245fa873900d Mon Sep 17 00:00:00 2001 From: Ricardo Lopes Date: Fri, 28 Jun 2019 14:02:57 +0100 Subject: [PATCH] Release 0.2.2 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5582e16..2bb892c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## [0.2.1](https://github.com/uphold/uphold-scripts/releases/tag/v0.2.1) (2019-06-22) +## [0.2.2](https://github.com/uphold/create-uphold-app/releases/tag/v0.2.2) (2019-06-28) +- Bump dependencies [\#15](https://github.com/uphold/uphold-scripts/pull/15) ([ricardobcl](https://github.com/ricardobcl)) + +## [v0.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) diff --git a/package.json b/package.json index fc7b523..45a25d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uphold-scripts", - "version": "0.2.1", + "version": "0.2.2", "description": "Set of scripts and dev dependencies to help with common tasks on Uphold projects", "bin": "./src/index.js", "author": "Ricardo Lopes",