Skip to content

Commit 1913d18

Browse files
authored
chore(release): 0.1.0 (#7)
1 parent 26236ab commit 1913d18

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## 0.1.0 (2025-10-23)
5+
6+
7+
### General
8+
* Initial commit ([e085648](https://github.com/patternfly/patternfly-mcp/commit/e085648993c6c85ecba8e431f93c0805f4ce6a20))
9+
10+
### Features
11+
* programmatic option override ([#5](https://github.com/patternfly/patternfly-mcp/pull/5)) ([ad96c74](https://github.com/patternfly/patternfly-mcp/commit/ad96c74b7dccc153cb9b664a1c7e71ac2c293452))
12+
13+
### Continuous Integrations
14+
* npm publish workflow ([#8](https://github.com/patternfly/patternfly-mcp/pull/8)) ([26236ab](https://github.com/patternfly/patternfly-mcp/commit/26236ab57b126e620c26d2da147bc45f3396d2f4))
15+
16+
### Builds
17+
* changelog generator ([#6](https://github.com/patternfly/patternfly-mcp/pull/6)) ([6068954](https://github.com/patternfly/patternfly-mcp/commit/606895485f1c2a1659c1920dc30347373f01604a))
18+
* mcp-config to patternfly package ([#4](https://github.com/patternfly/patternfly-mcp/pull/4)) ([c1e13eb](https://github.com/patternfly/patternfly-mcp/commit/c1e13ebadc2b0cacca2570bf95c406d8e5821916))
19+
* move to nodejs 20 ([#3](https://github.com/patternfly/patternfly-mcp/pull/3)) ([c60fec1](https://github.com/patternfly/patternfly-mcp/commit/c60fec1a86ba6970575ded02bd82a8e7b1c8a2d6))
20+
* move to patternfly branding ([#2](https://github.com/patternfly/patternfly-mcp/pull/2)) ([3000fb5](https://github.com/patternfly/patternfly-mcp/commit/3000fb5f7f20a8c4db727b6a4cdb269e3ca19241))
21+

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": "@patternfly/patternfly-mcp",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "PatternFly documentation MCP server built with Node.js and TypeScript",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)