Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Oct 29, 2020
1 parent dba1bc0 commit b334a5e
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.3.0

* feat: `git wf done` detects squash commits - **[@dbushong](https://github.com/dbushong)** [#12](https://github.com/groupon/git-workflow/pull/12)
- [`09b9fba`](https://github.com/groupon/git-workflow/commit/09b9fba9a602935c92fb7f7c13b5d355bfb54829) **chore:** upgrade simple-git
- [`8cbecd2`](https://github.com/groupon/git-workflow/commit/8cbecd292f838182205770d18cdbb196173496a8) **feat:** done: detect squash commits
- [`ed0a8a2`](https://github.com/groupon/git-workflow/commit/ed0a8a2f7c6940b7a8cc7a966a9e9b73fd52577b) **fix:** work with new simple-git output
- [`1428141`](https://github.com/groupon/git-workflow/commit/14281415ee13156f94b7e94fda3fc8ac4e852ed9) **test:** done: add test for squash merge detect


### 1.2.1

* support more PULL_REQUEST_TEMPLATE.md locs - **[@dbushong](https://github.com/dbushong)** [#11](https://github.com/groupon/git-workflow/pull/11)
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.2.1",
"version": "1.3.0",
"description": "Git Workflow Subcommands",
"license": "BSD-3-Clause",
"main": "lib/git-workflow.js",
Expand Down

0 comments on commit b334a5e

Please sign in to comment.