Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"packages/code-assist": "0.1.7"
"packages/code-assist": "0.1.7",
".": "1.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 1.0.0 (2025-09-03)


### Features

* Add streamable HTTP support; revamp readme for how to use server in streamable HTTP mode ([#33](https://github.com/googlemaps/platform-ai/issues/33)) ([31c813d](https://github.com/googlemaps/platform-ai/commit/31c813d8c1f13788bc268762dbfc63f66b29cc14))
* Allow users to specify which port to start the MCP server and avoid port collisions. ([#15](https://github.com/googlemaps/platform-ai/issues/15)) ([4b96a06](https://github.com/googlemaps/platform-ai/commit/4b96a06e107d56a445c38a1c5636d90848bb0c01))
* first version ([fb14ad9](https://github.com/googlemaps/platform-ai/commit/fb14ad9516dee2fa7dad81b3682910248b0a47bc))
* release first version ([5eda02c](https://github.com/googlemaps/platform-ai/commit/5eda02cd038389efaa285225cdd04aaf88848e24))


### Bug Fixes

* add node runtime flag to build:prepare script ([#11](https://github.com/googlemaps/platform-ai/issues/11)) ([a385997](https://github.com/googlemaps/platform-ai/commit/a385997758da2838db897270a1dbdca8257517a8))
* **release:** add prepack script to build before publishing ([#8](https://github.com/googlemaps/platform-ai/issues/8)) ([d5ab034](https://github.com/googlemaps/platform-ai/commit/d5ab03453e2fe61b5f3dd794bee5f07849a1b3f3))
* update publish workflow ([#22](https://github.com/googlemaps/platform-ai/issues/22)) ([1088cc7](https://github.com/googlemaps/platform-ai/commit/1088cc7a80d40adc0e6e7d3cdef83629e671d51f))
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "google-maps-platform-ai",
"version": "0.1.7",
"version": "1.0.0",
"private": true,
"workspaces": ["packages/code-assist"],
"workspaces": [
"packages/code-assist"
],
"repository": {
"type": "git",
"url": "https://github.com/googlemaps/platform-ai.git"
Expand Down