Skip to content

Commit 48c42bd

Browse files
chore: release v0.0.39
1 parent f97c158 commit 48c42bd

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

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

3+
## 0.0.39
4+
5+
- fix: align skill tool names with actual MCP names (#52)
6+
7+
38
## 0.0.38
49

510
- feat: proactive map visualization + travel planning skill (#51)

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": "@cablate/mcp-google-map",
3-
"version": "0.0.38",
3+
"version": "0.0.39",
44
"mcpName": "io.github.cablate/google-map",
55
"description": "Google Maps tools for AI agents — geocode, search, directions, elevation via MCP server or standalone CLI",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/cablate/mcp-google-map",
88
"source": "github"
99
},
10-
"version": "0.0.38",
10+
"version": "0.0.39",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@cablate/mcp-google-map",
15-
"version": "0.0.38",
15+
"version": "0.0.39",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)