Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/flowcore-io/mcp-wiseflow/compare/v1.0.0...v1.0.1) (2026-03-19)


### Bug Fixes

* switch to Blacksmith runners, matching flowcore-sdk pipeline ([e3111fd](https://github.com/flowcore-io/mcp-wiseflow/commit/e3111fd78f0c819cf42d46f48becc757bcadfc49))
* use OIDC for npm publish, matching flowcore-sdk pattern ([f4c31f6](https://github.com/flowcore-io/mcp-wiseflow/commit/f4c31f67b6525440f8d41d160fc8e0466ee90a5e))

## 1.0.0 (2026-03-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowcore/mcp-wiseflow",
"version": "1.0.0",
"version": "1.0.1",
"description": "MCP server exposing Wiseflow API tools for Claude",
"main": "dist/index.js",
"bin": {
Expand Down
Loading