From 519a62394e38b74f48d7505d3996665e7ab165f4 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Fri, 14 Mar 2025 09:47:30 +0000 Subject: [PATCH] chore(main): release 1.5.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed3bf7..d610f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.3](https://github.com/flowcore-io/mcp-flowcore-platform/compare/v1.5.2...v1.5.3) (2025-03-14) + + +### Bug Fixes + +* **index:** :bug: Adjust default pageSize to 10 and improve cursor handling in event ingestion ([a54dda8](https://github.com/flowcore-io/mcp-flowcore-platform/commit/a54dda81e55580f3e0464c700c69e9512c80f8a2)) + ## [1.5.2](https://github.com/flowcore-io/mcp-flowcore-platform/compare/v1.5.1...v1.5.2) (2025-03-13) diff --git a/package.json b/package.json index 6a99f75..c08fbe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowcore/platform-mcp-server", - "version": "1.5.2", + "version": "1.5.3", "description": "MCP server for managing and interacting with Flowcore Platform", "private": false, "type": "module",