Enter prerelease mode and version packages
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
"ninety-ghosts-relax",
|
"ninety-ghosts-relax",
|
||||||
"ninety-wombats-pull",
|
"ninety-wombats-pull",
|
||||||
"public-cooks-fetch",
|
"public-cooks-fetch",
|
||||||
|
"red-oranges-attend",
|
||||||
"tricky-papayas-hang",
|
"tricky-papayas-hang",
|
||||||
"violet-papayas-see",
|
"violet-papayas-see",
|
||||||
"violet-parrots-march"
|
"violet-parrots-march"
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -61,3 +61,6 @@ dist
|
|||||||
*.debug
|
*.debug
|
||||||
init-debug.log
|
init-debug.log
|
||||||
dev-debug.log
|
dev-debug.log
|
||||||
|
|
||||||
|
# NPMRC
|
||||||
|
.npmrc
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# task-master-ai
|
# 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
|
## 0.13.0-rc.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "task-master-ai",
|
"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.",
|
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user