Skip to content

Commit 5c571b4

Browse files
committed
6.14.1
1 parent 80eb18f commit 5c571b4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
### 6.14.1
4+
5+
* Addressed issues with continue workflow and conflicts with scripts
6+
* Fixed scripts running at incorrect times during workflow
7+
38
### 6.14.0
49

510
* Added --no-bump flag to pr command to enable opening a PR without the bump commit requirement

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

0 commit comments

Comments
 (0)