From 7ef651cf61d191593f33458005a7fa6e618408d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 19:40:02 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 3 ++- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 6 ++++-- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9a266d9..af57eab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,4 @@ { - "packages/code-assist": "0.1.7" + "packages/code-assist": "0.1.7", + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8251a0a --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 9af509b..855a1f2 100644 --- a/package.json +++ b/package.json @@ -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"