Skip to content

Commit fb36274

Browse files
committed
format fix and version bump
1 parent 65b5a37 commit fb36274

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@makeplane/plane-node-sdk",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Node SDK for Plane",
55
"author": "Plane <engineering@plane.so>",
66
"repository": {

src/models/AgentRun.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,3 @@ export interface CreateAgentRunActivityRequest {
112112
type: Exclude<AgentRunActivityType, "prompt">;
113113
project?: string;
114114
}
115-

0 commit comments

Comments
 (0)