Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jun 16, 2020
1 parent 66d5eb0 commit 82c42bc
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.1.0

* feat: respect the presence of a PULL_REQUEST_TEMPALTE.md - **[@markowsiak](https://github.com/markowsiak)** [#7](https://github.com/groupon/git-workflow/pull/7)
- [`76478eb`](https://github.com/groupon/git-workflow/commit/76478eb8caf0d7be8aef36857252d72e7b26724d) **feat:** respect the presence of a PULL_REQUEST_TEMPALTE.md


### 1.0.5

* chore(deps): bump acorn from 6.1.1 to 6.4.1 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#6](https://github.com/groupon/git-workflow/pull/6)
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.0.5",
"version": "1.1.0",
"description": "Git Workflow Subcommands",
"license": "BSD-3-Clause",
"main": "lib/git-workflow.js",
Expand Down

0 comments on commit 82c42bc

Please sign in to comment.