chore: rc version bump

This commit is contained in:
github-actions[bot]
2025-10-12 17:27:02 +00:00
parent e2e3e6f748
commit 9986b9838b
3 changed files with 11 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
{ {
"mode": "exit", "mode": "pre",
"tag": "rc", "tag": "rc",
"initialVersions": { "initialVersions": {
"task-master-ai": "0.28.0", "task-master-ai": "0.29.0-rc.0",
"@tm/cli": "", "@tm/cli": "",
"docs": "0.0.5", "docs": "0.0.5",
"extension": "0.25.5", "extension": "0.25.6-rc.0",
"@tm/ai-sdk-provider-grok-cli": "", "@tm/ai-sdk-provider-grok-cli": "",
"@tm/build-config": "", "@tm/build-config": "",
"@tm/claude-code-plugin": "0.0.1", "@tm/claude-code-plugin": "0.0.1",
@@ -16,6 +16,7 @@
"mean-planes-wave", "mean-planes-wave",
"nice-ways-hope", "nice-ways-hope",
"plain-falcons-serve", "plain-falcons-serve",
"silent-bushes-grow",
"smart-owls-relax" "smart-owls-relax"
] ]
} }

View File

@@ -1,5 +1,11 @@
# task-master-ai # task-master-ai
## 0.29.0-rc.1
### Patch Changes
- [#1299](https://github.com/eyaltoledano/claude-task-master/pull/1299) [`a6c5152`](https://github.com/eyaltoledano/claude-task-master/commit/a6c5152f20edd8717cf1aea34e7c178b1261aa99) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve refresh token when authenticating
## 0.29.0-rc.0 ## 0.29.0-rc.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "task-master-ai", "name": "task-master-ai",
"version": "0.29.0-rc.0", "version": "0.29.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",