Skip to content

Commit ea39f66

Browse files
chore: release v0.0.38
1 parent 3f98e6d commit ea39f66

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.38
4+
5+
- feat: proactive map visualization + travel planning skill (#51)
6+
7+
38
## 0.0.37
49

510
- feat: add batch geocode CLI + MCP tool, tests for new tools (#50)

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.37",
3+
"version": "0.0.38",
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.37",
10+
"version": "0.0.38",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@cablate/mcp-google-map",
15-
"version": "0.0.37",
15+
"version": "0.0.38",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)