Version Packages (#57)

This commit is contained in:
github-actions[bot]
2025-03-31 17:13:02 +02:00
committed by GitHub
parent 5607497d73
commit b12ac8d01b
8 changed files with 20 additions and 31 deletions

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Added changeset config #39

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": minor
---
add github actions to automate github and npm releases

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": minor
---
Implement MCP server for all commands using tools.

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Fix addTask tool `projectRoot not defined`

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
fix mcp server not connecting to cursor

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Fix workflows

19
CHANGELOG.md Normal file
View File

@@ -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

View File

@@ -1,6 +1,6 @@
{ {
"name": "task-master-ai", "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.", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",