Skip to content

Commit 1ca4d11

Browse files
committed
6.14.0
1 parent ee5cce0 commit 1ca4d11

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 6.x
22

3+
### 6.14.0
4+
5+
* Added --no-bump flag to pr command to enable opening a PR without the bump commit requirement
6+
37
### 6.13.0
48

59
* Updated README.md with pre and post script documentation

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": "tag-release",
3-
"version": "6.13.0",
3+
"version": "6.14.0",
44
"description": "Automatically Tag and Release Repositories",
55
"main": "./src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)