Skip to content

Commit 8a69841

Browse files
authored
release 1.7.0 (#47)
1 parent eb6f459 commit 8a69841

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
node-version: 20
2020

2121
- uses: pnpm/action-setup@v4
22-
with:
23-
version: 10
2422

2523
- name: Install dependencies
2624
run: pnpm install --frozen-lockfile
@@ -40,8 +38,6 @@ jobs:
4038
node-version: 20
4139

4240
- uses: pnpm/action-setup@v4
43-
with:
44-
version: 10
4541

4642
- name: Install dependencies
4743
run: pnpm install --frozen-lockfile
@@ -61,8 +57,6 @@ jobs:
6157
node-version: 20
6258

6359
- uses: pnpm/action-setup@v4
64-
with:
65-
version: 10
6660

6761
- name: Install dependencies
6862
run: pnpm install --frozen-lockfile
@@ -87,8 +81,6 @@ jobs:
8781
node-version: 20
8882

8983
- uses: pnpm/action-setup@v4
90-
with:
91-
version: 10
9284

9385
- name: Install dependencies
9486
run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
registry-url: 'https://registry.npmjs.org/'
2424

2525
- uses: pnpm/action-setup@v4
26-
with:
27-
version: 10
2826

2927
- name: Install dependencies
3028
run: pnpm install --frozen-lockfile

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@winor30/mcp-server-datadog",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "MCP server for interacting with Datadog API",
55
"repository": {
66
"type": "git",
@@ -76,5 +76,6 @@
7676
"*.{json,md}": [
7777
"prettier --write"
7878
]
79-
}
79+
},
80+
"packageManager": "[email protected]"
8081
}

0 commit comments

Comments
 (0)