Skip to content

Commit c0d8e6b

Browse files
committed
2 parents 8f27d5d + cdc5f8d commit c0d8e6b

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
This changelog is automatically generated by [release-please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org/).
66

7+
## [1.1.0](https://github.com/FloSchl8/sleeper-mcp/compare/sleeper-mcp-v1.0.0...sleeper-mcp-v1.1.0) (2025-10-05)
8+
9+
10+
### Features
11+
12+
* Add GitHub templates, CI/CD workflows, and project metadata ([03e7bbc](https://github.com/FloSchl8/sleeper-mcp/commit/03e7bbc2def1c3793d3662044c8180609b094848))
13+
14+
15+
### Bug Fixes
16+
17+
* Refactor release workflow to use config file and update action ([912d7fd](https://github.com/FloSchl8/sleeper-mcp/commit/912d7fd32f22b90b91fde3c5e491a1ee36be85b5))
18+
* Update maintainer info and upgrade upload-artifact action ([a954d74](https://github.com/FloSchl8/sleeper-mcp/commit/a954d74ab41185abf5a23b5e8638d5a250fc487b))
19+
* Update release-please config and add manifest file ([44a36e8](https://github.com/FloSchl8/sleeper-mcp/commit/44a36e8f541abce4c5689f047fc296b6dbe8ba02))
20+
721
## [1.0.0] - 2024-01-XX
822

923
### Added
@@ -29,4 +43,4 @@ This changelog is automatically generated by [release-please](https://github.com
2943

3044
---
3145

32-
**Note**: Starting with v1.1.0, this changelog will be automatically generated from conventional commits and GitHub releases.
46+
**Note**: Starting with v1.1.0, this changelog will be automatically generated from conventional commits and GitHub releases.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sleeper-mcp",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "MCP Server for Sleeper Fantasy Football API - AI-powered fantasy football analysis with Claude integration",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)