Skip to content

Commit bd2d81c

Browse files
chore(release): prepare for 1.3.1 release (#305)
1 parent 6a9aff6 commit bd2d81c

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased Changes
44

5+
## 1.3.1
6+
7+
- Several dependency udpates (most notably, upgrading `hono` to 4.11.7)
8+
59
## 1.3.0
610

711
**Highlights**

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynatrace-mcp-server",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"mcpServers": {
55
"dynatrace": {
66
"command": "npx",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dynatrace-oss/dynatrace-mcp-server",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"mcpName": "io.github.dynatrace-oss/Dynatrace-mcp",
55
"description": "Model Context Protocol (MCP) server for Dynatrace",
66
"keywords": [

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"url": "https://github.com/dynatrace-oss/Dynatrace-mcp",
77
"source": "github"
88
},
9-
"version": "1.3.0",
9+
"version": "1.3.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"identifier": "@dynatrace-oss/dynatrace-mcp-server",
15-
"version": "1.3.0",
15+
"version": "1.3.1",
1616
"runtimeHint": "npx",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)