Enter prerelease mode and version packages

This commit is contained in:
Ralph Khreish
2025-05-03 17:53:48 +02:00
parent 4cbfe8224a
commit 74bbc48c8b
4 changed files with 11 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
"ninety-ghosts-relax",
"ninety-wombats-pull",
"public-cooks-fetch",
"red-oranges-attend",
"tricky-papayas-hang",
"violet-papayas-see",
"violet-parrots-march"

3
.gitignore vendored
View File

@@ -61,3 +61,6 @@ dist
*.debug
init-debug.log
dev-debug.log
# NPMRC
.npmrc

View File

@@ -1,5 +1,11 @@
# task-master-ai
## 0.13.0-rc.1
### Patch Changes
- 4cbfe82: Fix ERR_MODULE_NOT_FOUND when trying to run MCP Server
## 0.13.0-rc.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "task-master-ai",
"version": "0.13.0-rc.0",
"version": "0.13.0-rc.1",
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"main": "index.js",
"type": "module",