Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 9456885

Browse files
committed
v1.0.3
1 parent e94b0c8 commit 9456885

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 1.0.3
2+
3+
* setup fix & code cleanup - **[@dbushong](https://github.com/dbushong)** [#3](https://github.com/groupon/git-workflow/pull/3)
4+
- [`9d2ffe4`](https://github.com/groupon/git-workflow/commit/9d2ffe42495fb42365de05a054bdb314bd275093) **fix:** verifySetup sub-invocations
5+
- [`ba6fa49`](https://github.com/groupon/git-workflow/commit/ba6fa49781bd18edbd8e3541a781a78d574664e6) **chore:** npm audit fix
6+
- [`3b5d649`](https://github.com/groupon/git-workflow/commit/3b5d649b1de9ab9b5f22109c67fb903f9a7b4058) **refactor:** typecheck the lib code
7+
- [`dfd6136`](https://github.com/groupon/git-workflow/commit/dfd61365a53fa60b3654d0466f6d2b7a1cab26f1) **chore:** add tsc to pretest
8+
9+
110
### 1.0.2
211

312
* strip cruft off published repo.url - **[@dbushong](https://github.com/dbushong)** [#2](https://github.com/groupon/git-workflow/pull/2)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-wf",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Git Workflow Subcommands",
55
"license": "BSD-3-Clause",
66
"main": "lib/git-workflow.js",

0 commit comments

Comments
 (0)