Skip to content

Commit a48731c

Browse files
chore: bump version to 1.2.0
1 parent 2c737ca commit a48731c

3 files changed

Lines changed: 3 additions & 3 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": "opencode-agent",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Azure DevOps pipeline task for running OpenCode AI agents on pull requests (review mode for build validation, command mode for comment-triggered runs).",
55
"main": "dist/index.js",
66
"scripts": {

tasks/opencode/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "trojanmartin",
99
"version": {
1010
"Major": 1,
11-
"Minor": 1,
11+
"Minor": 2,
1212
"Patch": 0
1313
},
1414
"instanceNameFormat": "OpenCode",

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "OpenCodeAgent",
44
"name": "OpenCode AI Agent",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"publisher": "martin-trojan",
77
"targets": [
88
{

0 commit comments

Comments
 (0)