From 9456885402c2a9574624e64f14dcdc4f22ed459b Mon Sep 17 00:00:00 2001 From: nlm Date: Wed, 17 Jul 2019 15:43:54 +0000 Subject: [PATCH] v1.0.3 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 630192f..717157c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.0.3 + +* setup fix & code cleanup - **[@dbushong](https://github.com/dbushong)** [#3](https://github.com/groupon/git-workflow/pull/3) + - [`9d2ffe4`](https://github.com/groupon/git-workflow/commit/9d2ffe42495fb42365de05a054bdb314bd275093) **fix:** verifySetup sub-invocations + - [`ba6fa49`](https://github.com/groupon/git-workflow/commit/ba6fa49781bd18edbd8e3541a781a78d574664e6) **chore:** npm audit fix + - [`3b5d649`](https://github.com/groupon/git-workflow/commit/3b5d649b1de9ab9b5f22109c67fb903f9a7b4058) **refactor:** typecheck the lib code + - [`dfd6136`](https://github.com/groupon/git-workflow/commit/dfd61365a53fa60b3654d0466f6d2b7a1cab26f1) **chore:** add tsc to pretest + + ### 1.0.2 * strip cruft off published repo.url - **[@dbushong](https://github.com/dbushong)** [#2](https://github.com/groupon/git-workflow/pull/2) diff --git a/package-lock.json b/package-lock.json index 03eb667..56ac6f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "git-wf", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c44ac6b..42c5891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-wf", - "version": "1.0.2", + "version": "1.0.3", "description": "Git Workflow Subcommands", "license": "BSD-3-Clause", "main": "lib/git-workflow.js",