Skip to content

Commit 87a53f2

Browse files
chore: release v0.0.33
1 parent 6b77c3d commit 87a53f2

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## 0.0.33
4+
5+
- feat: add composite tools — explore-area, plan-route, compare-places (#44)
6+
- refactor!: unify tool namespace to maps_* prefix (#43)
7+
8+
39
## 0.0.32
410

511
- feat: add maps_timezone and maps_weather tools (#42)

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

0 commit comments

Comments
 (0)