diff --git a/.changeset/curly-months-go.md b/.changeset/curly-months-go.md deleted file mode 100644 index 3213f618..00000000 --- a/.changeset/curly-months-go.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix bedrock issues diff --git a/.changeset/dirty-webs-jam.md b/.changeset/dirty-webs-jam.md deleted file mode 100644 index 575019d0..00000000 --- a/.changeset/dirty-webs-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix MCP tool calls logging errors diff --git a/.changeset/loud-dolls-yell.md b/.changeset/loud-dolls-yell.md deleted file mode 100644 index 4cc1ae18..00000000 --- a/.changeset/loud-dolls-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Update rules for new directory structure diff --git a/.changeset/odd-banks-fly.md b/.changeset/odd-banks-fly.md deleted file mode 100644 index 68e8d2b1..00000000 --- a/.changeset/odd-banks-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix bug in expand_all mcp tool diff --git a/.changeset/tall-symbols-call.md b/.changeset/tall-symbols-call.md deleted file mode 100644 index a6087653..00000000 --- a/.changeset/tall-symbols-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix MCP crashing after certain commands due to console logs diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fd828d..b8e5729d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # task-master-ai +## 0.16.1 + +### Patch Changes + +- [#641](https://github.com/eyaltoledano/claude-task-master/pull/641) [`ad61276`](https://github.com/eyaltoledano/claude-task-master/commit/ad612763ffbdd35aa1b593c9613edc1dc27a8856) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix bedrock issues + +- [#648](https://github.com/eyaltoledano/claude-task-master/pull/648) [`9b4168b`](https://github.com/eyaltoledano/claude-task-master/commit/9b4168bb4e4dfc2f4fb0cf6bd5f81a8565879176) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP tool calls logging errors + +- [#641](https://github.com/eyaltoledano/claude-task-master/pull/641) [`ad61276`](https://github.com/eyaltoledano/claude-task-master/commit/ad612763ffbdd35aa1b593c9613edc1dc27a8856) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Update rules for new directory structure + +- [#648](https://github.com/eyaltoledano/claude-task-master/pull/648) [`9b4168b`](https://github.com/eyaltoledano/claude-task-master/commit/9b4168bb4e4dfc2f4fb0cf6bd5f81a8565879176) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix bug in expand_all mcp tool + +- [#641](https://github.com/eyaltoledano/claude-task-master/pull/641) [`ad61276`](https://github.com/eyaltoledano/claude-task-master/commit/ad612763ffbdd35aa1b593c9613edc1dc27a8856) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix MCP crashing after certain commands due to console logs + ## 0.16.0 ### Minor Changes diff --git a/package.json b/package.json index b0432c06..901749ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.16.0", + "version": "0.16.1", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module",