Compare commits

..

1 Commits

Author SHA1 Message Date
Ralph Khreish
b876d0fb43 fix: npm i breaking 2025-04-02 00:30:06 +02:00
6 changed files with 12 additions and 14 deletions

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Fix github actions creating npm releases on next branch push

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": patch
---
Remove non-existent package `@model-context-protocol/sdk`

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": patch
---
Add license to repo

View File

@@ -3,6 +3,7 @@ on:
push:
branches:
- main
- next
jobs:
release:
runs-on: ubuntu-latest

View File

@@ -1,13 +1,5 @@
# task-master-ai
## 0.10.1
### Patch Changes
- [#80](https://github.com/eyaltoledano/claude-task-master/pull/80) [`aa185b2`](https://github.com/eyaltoledano/claude-task-master/commit/aa185b28b248b4ca93f9195b502e2f5187868eaa) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Remove non-existent package `@model-context-protocol/sdk`
- [#45](https://github.com/eyaltoledano/claude-task-master/pull/45) [`757fd47`](https://github.com/eyaltoledano/claude-task-master/commit/757fd478d2e2eff8506ae746c3470c6088f4d944) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add license to repo
## 0.10.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "task-master-ai",
"version": "0.10.1",
"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",