Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Nov 10, 2020
1 parent 98d19eb commit 01b0b2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.3.1

* remove engines requirement - **[@dbushong](https://github.com/dbushong)** [#13](https://github.com/groupon/git-workflow/pull/13)
- [`0446873`](https://github.com/groupon/git-workflow/commit/0446873afcaa269e288b5534236715a82cabba8e) **chore:** remove engines requirement


### 1.3.0

* feat: `git wf done` detects squash commits - **[@dbushong](https://github.com/dbushong)** [#12](https://github.com/groupon/git-workflow/pull/12)
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.3.0",
"version": "1.3.1",
"description": "Git Workflow Subcommands",
"license": "BSD-3-Clause",
"main": "lib/git-workflow.js",
Expand Down

0 comments on commit 01b0b2d

Please sign in to comment.