Skip to content

Commit af19bfc

Browse files
author
Joan-Angelo Enrile
committed
chore: update version to 1.0.6
1 parent b836a8f commit af19bfc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
},
66
"metadata": {
77
"description": "AI Agent plugin marketplace for the Azure DevOps CLI",
8-
"version": "1.0.5",
8+
"version": "1.0.6",
99
"homepage": "https://github.com/yutamago/ado-cli"
1010
},
1111
"plugins": [
1212
{
1313
"name": "azure-devops",
1414
"source": "./plugins/azure-devops",
1515
"description": "Skills for interacting with Azure DevOps via the ado CLI — issues, pull requests, pipeline runs, search, and repositories.",
16-
"version": "1.0.5",
16+
"version": "1.0.6",
1717
"author": {
1818
"name": "yutamago",
1919
"url": "https://github.com/yutamago"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ado-cli",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "An Azure DevOps CLI, mimicking the known and loved Github CLI syntax.",
55
"main": "./dist/index.js",
66
"bin": {

plugins/azure-devops/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ado",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Azure DevOps skills for AI Agents — issues, pull requests, pipeline runs, search, and repositories.",
55
"author": {
66
"name": "yutamago",

0 commit comments

Comments
 (0)