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

Commit 01b0b2d

Browse files
committed
v1.3.1
1 parent 98d19eb commit 01b0b2d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 1.3.1
2+
3+
* remove engines requirement - **[@dbushong](https://github.com/dbushong)** [#13](https://github.com/groupon/git-workflow/pull/13)
4+
- [`0446873`](https://github.com/groupon/git-workflow/commit/0446873afcaa269e288b5534236715a82cabba8e) **chore:** remove engines requirement
5+
6+
17
### 1.3.0
28

39
* feat: `git wf done` detects squash commits - **[@dbushong](https://github.com/dbushong)** [#12](https://github.com/groupon/git-workflow/pull/12)

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.3.0",
3+
"version": "1.3.1",
44
"description": "Git Workflow Subcommands",
55
"license": "BSD-3-Clause",
66
"main": "lib/git-workflow.js",

0 commit comments

Comments
 (0)