Skip to content

Commit 7487f6f

Browse files
chore(release): 1.0.0
1 parent a95127c commit 7487f6f

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 1.0.0 (2025-12-28)
2+
3+
4+
### Bug Fixes
5+
6+
* add semantic-release plugins as dependencies ([a95127c](https://github.com/btbishop93/cycles-mcp/commit/a95127c154ac264fc0ee3d73d4aac49a1c353ce0))
7+
* copy template files to dist during build ([4fe5a16](https://github.com/btbishop93/cycles-mcp/commit/4fe5a1651cdddc4574df9e67b96a631da4dd060e))
8+
* embed templates in compiled code to resolve ENOENT errors ([4e87e79](https://github.com/btbishop93/cycles-mcp/commit/4e87e798fc9dd41e86150ddc63ef377148f0df9e))
9+
10+
11+
### Features
12+
13+
* add init validation and task dependency tracking ([a6fd67e](https://github.com/btbishop93/cycles-mcp/commit/a6fd67e942c81814f3ac4cef026d2d10cb8a07ae))
14+
* add professional tooling (CI, tests, linting, auto-release) ([e093df3](https://github.com/btbishop93/cycles-mcp/commit/e093df3b2485c9875229cbb35f1bffe77de11431))
15+
* adding task parallelization structure ([353d86c](https://github.com/btbishop93/cycles-mcp/commit/353d86c4f0b0c083c8c072a313661a8c39b08432))
16+
* initial implementation of cycles-mcp server ([75420f8](https://github.com/btbishop93/cycles-mcp/commit/75420f8f0b3fede2b0787b284675a93f4d269a9e))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cycles-mcp",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "MCP server for managing development cycles, tasks, and git workflow",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)