Skip to content

Commit f6d2026

Browse files
chore: bump version to 0.7.1
1 parent 53ff420 commit f6d2026

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 0.7.1 - 2026-05-05
4+
35
## 0.7.0 - 2026-05-05
46

57
### Security

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "@mapbox/mcp-devkit-server",
44
"display_name": "Mapbox MCP DevKit Server",
5-
"version": "0.7.0",
5+
"version": "0.7.1",
66
"description": "Mapbox MCP devkit server",
77
"author": {
88
"name": "Mapbox, Inc."

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mcp-devkit-server",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Mapbox MCP devkit server",
55
"mcpName": "io.github.mapbox/mcp-devkit-server",
66
"main": "./dist/commonjs/index.js",

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/mapbox/mcp-devkit-server",
77
"source": "github"
88
},
9-
"version": "0.7.0",
9+
"version": "0.7.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"runtimeHint": "npx",
15-
"version": "0.7.0",
15+
"version": "0.7.1",
1616
"identifier": "@mapbox/mcp-devkit-server",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)