Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jul 17, 2019
1 parent e94b0c8 commit 9456885
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9456885

Please sign in to comment.