Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Oct 23, 2020
1 parent f99290d commit 01d9411
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.2.1

* support more PULL_REQUEST_TEMPLATE.md locs - **[@dbushong](https://github.com/dbushong)** [#11](https://github.com/groupon/git-workflow/pull/11)
- [`d68474d`](https://github.com/groupon/git-workflow/commit/d68474d76de0e5da1b0e2d203ab05092997db885) **fix:** support more PULL_REQUEST_TEMPLATE.md locs
- [`96c1fd6`](https://github.com/groupon/git-workflow/commit/96c1fd6813e089674d8f5d97f790aca0beafd79c) **test:** properly test PR template code


### 1.2.0

* support "main" as default branch - **[@dbushong](https://github.com/dbushong)** [#9](https://github.com/groupon/git-workflow/pull/9)
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.0",
"version": "1.2.1",
"description": "Git Workflow Subcommands",
"license": "BSD-3-Clause",
"main": "lib/git-workflow.js",
Expand Down

0 comments on commit 01d9411

Please sign in to comment.