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

Commit b334a5e

Browse files
committed
v1.3.0
1 parent dba1bc0 commit b334a5e

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.3.0
2+
3+
* feat: `git wf done` detects squash commits - **[@dbushong](https://github.com/dbushong)** [#12](https://github.com/groupon/git-workflow/pull/12)
4+
- [`09b9fba`](https://github.com/groupon/git-workflow/commit/09b9fba9a602935c92fb7f7c13b5d355bfb54829) **chore:** upgrade simple-git
5+
- [`8cbecd2`](https://github.com/groupon/git-workflow/commit/8cbecd292f838182205770d18cdbb196173496a8) **feat:** done: detect squash commits
6+
- [`ed0a8a2`](https://github.com/groupon/git-workflow/commit/ed0a8a2f7c6940b7a8cc7a966a9e9b73fd52577b) **fix:** work with new simple-git output
7+
- [`1428141`](https://github.com/groupon/git-workflow/commit/14281415ee13156f94b7e94fda3fc8ac4e852ed9) **test:** done: add test for squash merge detect
8+
9+
110
### 1.2.1
211

312
* support more PULL_REQUEST_TEMPLATE.md locs - **[@dbushong](https://github.com/dbushong)** [#11](https://github.com/groupon/git-workflow/pull/11)

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

0 commit comments

Comments
 (0)