Skip to content

Commit 4d64f1e

Browse files
committed
chore: bump npm packages to v0.4.4
Align @gilbertwong1996/ado platform packages with the v0.4.4 release; mix.exs and CHANGELOG were already bumped in 6626a57.
1 parent 6626a57 commit 4d64f1e

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

npm/@gilbertwong1996-ado-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-darwin-arm64",
3-
"version": "0.4.1",
3+
"version": "0.4.4",
44
"description": "ado binary for macOS Apple Silicon (arm64)",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-darwin-x64",
3-
"version": "0.4.1",
3+
"version": "0.4.4",
44
"description": "ado binary for macOS Intel (x86_64)",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-linux-arm64",
3-
"version": "0.4.1",
3+
"version": "0.4.4",
44
"description": "ado binary for Linux ARM64 (aarch64)",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-linux-x64",
3-
"version": "0.4.1",
3+
"version": "0.4.4",
44
"description": "ado binary for Linux x86_64",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gilbertwong1996/ado-win32-x64",
3-
"version": "0.4.1",
3+
"version": "0.4.4",
44
"description": "ado binary for Windows x86_64",
55
"license": "Apache-2.0",
66
"repository": {

npm/@gilbertwong1996-ado/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gilbertwong1996/ado",
3-
"version": "0.4.1",
4-
"description": "AI-native Azure DevOps CLI \u2014 structured JSON output, embedded skills for LLM agents, single-file cross-platform binary.",
3+
"version": "0.4.4",
4+
"description": "AI-native Azure DevOps CLI structured JSON output, embedded skills for LLM agents, single-file cross-platform binary.",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/gilbertwong96/ado_cli",
77
"repository": {
@@ -37,10 +37,10 @@
3737
"node": ">=18"
3838
},
3939
"optionalDependencies": {
40-
"@gilbertwong1996/ado-darwin-arm64": "0.4.1",
41-
"@gilbertwong1996/ado-darwin-x64": "0.4.1",
42-
"@gilbertwong1996/ado-linux-arm64": "0.4.1",
43-
"@gilbertwong1996/ado-linux-x64": "0.4.1",
44-
"@gilbertwong1996/ado-win32-x64": "0.4.1"
40+
"@gilbertwong1996/ado-darwin-arm64": "0.4.4",
41+
"@gilbertwong1996/ado-darwin-x64": "0.4.4",
42+
"@gilbertwong1996/ado-linux-arm64": "0.4.4",
43+
"@gilbertwong1996/ado-linux-x64": "0.4.4",
44+
"@gilbertwong1996/ado-win32-x64": "0.4.4"
4545
}
4646
}

0 commit comments

Comments
 (0)