From 5f794d1be9171db3dc55aec4f7638af33b4216b7 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:56:24 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..19a4f5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.0 (2026-03-18) + + +### Features + +* add npm publishing pipeline + release-please ([8e02e38](https://github.com/flowcore-io/mcp-wiseflow/commit/8e02e387686d644a583be3f67eed8d2e57c77918)) +* initial Wiseflow MCP server ([3f7a450](https://github.com/flowcore-io/mcp-wiseflow/commit/3f7a4500cd124eaf832cfae09f09f25c6d39893c)) + + +### Bug Fixes + +* increase heap for tsc + use machine token for release-please ([3686f8b](https://github.com/flowcore-io/mcp-wiseflow/commit/3686f8b6ef7b77cebe2c352e6e20ed2d7d3fd860)) +* switch from tsc to tsup to fix CI OOM ([76fd637](https://github.com/flowcore-io/mcp-wiseflow/commit/76fd6376d467293a2078a5c2fc17194434deb6c0))