diff --git a/.changeset/flat-candies-wonder.md b/.changeset/flat-candies-wonder.md deleted file mode 100644 index 3256a26f..00000000 --- a/.changeset/flat-candies-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Added changeset config #39 diff --git a/.changeset/nice-cougars-itch.md b/.changeset/nice-cougars-itch.md deleted file mode 100644 index aebc76bf..00000000 --- a/.changeset/nice-cougars-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -add github actions to automate github and npm releases diff --git a/.changeset/odd-weeks-melt.md b/.changeset/odd-weeks-melt.md deleted file mode 100644 index 840d4756..00000000 --- a/.changeset/odd-weeks-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": minor ---- - -Implement MCP server for all commands using tools. diff --git a/.changeset/seven-numbers-juggle.md b/.changeset/seven-numbers-juggle.md deleted file mode 100644 index af6b8e14..00000000 --- a/.changeset/seven-numbers-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix addTask tool `projectRoot not defined` diff --git a/.changeset/thirty-pets-tickle.md b/.changeset/thirty-pets-tickle.md deleted file mode 100644 index a7d32127..00000000 --- a/.changeset/thirty-pets-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -fix mcp server not connecting to cursor diff --git a/.changeset/witty-phones-joke.md b/.changeset/witty-phones-joke.md deleted file mode 100644 index 799b3399..00000000 --- a/.changeset/witty-phones-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"task-master-ai": patch ---- - -Fix workflows diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..da69e0b9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# task-master-ai + +## 0.10.0 + +### Minor Changes + +- [#44](https://github.com/eyaltoledano/claude-task-master/pull/44) [`eafdb47`](https://github.com/eyaltoledano/claude-task-master/commit/eafdb47418b444c03c092f653b438cc762d4bca8) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - add github actions to automate github and npm releases + +- [#20](https://github.com/eyaltoledano/claude-task-master/pull/20) [`4eed269`](https://github.com/eyaltoledano/claude-task-master/commit/4eed2693789a444f704051d5fbb3ef8d460e4e69) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Implement MCP server for all commands using tools. + +### Patch Changes + +- [#44](https://github.com/eyaltoledano/claude-task-master/pull/44) [`44db895`](https://github.com/eyaltoledano/claude-task-master/commit/44db895303a9209416236e3d519c8a609ad85f61) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added changeset config #39 + +- [#50](https://github.com/eyaltoledano/claude-task-master/pull/50) [`257160a`](https://github.com/eyaltoledano/claude-task-master/commit/257160a9670b5d1942e7c623bd2c1a3fde7c06a0) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix addTask tool `projectRoot not defined` + +- [#57](https://github.com/eyaltoledano/claude-task-master/pull/57) [`9fd42ee`](https://github.com/eyaltoledano/claude-task-master/commit/9fd42eeafdc25a96cdfb70aa3af01f525d26b4bc) Thanks [@github-actions](https://github.com/apps/github-actions)! - fix mcp server not connecting to cursor + +- [#48](https://github.com/eyaltoledano/claude-task-master/pull/48) [`5ec3651`](https://github.com/eyaltoledano/claude-task-master/commit/5ec3651e6459add7354910a86b3c4db4d12bc5d1) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix workflows diff --git a/package.json b/package.json index 7f91a75b..f8d515ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.9.30", + "version": "0.10.0", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module",