Skip to content

Commit 9f3253f

Browse files
chore: release v0.0.51
1 parent 84a4595 commit 9f3253f

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

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.51
4+
5+
- fix: improve transit error messages for unsupported regions (#75)
6+
7+
38
## 0.0.51
49

510
- fix: improve transit error messages for unsupported regions (Japan, India) (#74)

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.50",
3+
"version": "0.0.51",
44
"mcpName": "io.github.cablate/google-map",
55
"description": "18 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, local rank tracking, map images 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.50",
10+
"version": "0.0.51",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@cablate/mcp-google-map",
15-
"version": "0.0.50",
15+
"version": "0.0.51",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)