Skip to content

Commit 391d4a8

Browse files
committed
develop: Update version to 1.4.0 in package.json and reorder status property values in branch_repository.d.ts for improved consistency.
1 parent 012fb49 commit 391d4a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/github_action/src/data/repository/branch_repository.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export declare class BranchRepository {
3333
totalCommits: number;
3434
files: {
3535
filename: string;
36-
status: "modified" | "added" | "removed" | "renamed" | "copied" | "changed" | "unchanged";
36+
status: "added" | "removed" | "modified" | "renamed" | "copied" | "changed" | "unchanged";
3737
additions: number;
3838
deletions: number;
3939
changes: number;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copilot",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Automates branch management, GitHub project linking, and issue/PR tracking with Git-Flow methodology.",
55
"main": "build/github_action/index.js",
66
"bin": {

0 commit comments

Comments
 (0)