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

Commit 82c42bc

Browse files
committed
v1.1.0
1 parent 66d5eb0 commit 82c42bc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 1.1.0
2+
3+
* feat: respect the presence of a PULL_REQUEST_TEMPALTE.md - **[@markowsiak](https://github.com/markowsiak)** [#7](https://github.com/groupon/git-workflow/pull/7)
4+
- [`76478eb`](https://github.com/groupon/git-workflow/commit/76478eb8caf0d7be8aef36857252d72e7b26724d) **feat:** respect the presence of a PULL_REQUEST_TEMPALTE.md
5+
6+
17
### 1.0.5
28

39
* 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)

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

0 commit comments

Comments
 (0)