From c39388d9f989ef2981b780fcd7a1312a62c8b78e Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Thu, 23 Oct 2025 11:25:31 -0400 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ca36ddec --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## 0.1.0 (2025-10-23) + + +### General +* Initial commit ([e085648](https://github.com/patternfly/patternfly-mcp/commit/e085648993c6c85ecba8e431f93c0805f4ce6a20)) + +### Features +* programmatic option override ([#5](https://github.com/patternfly/patternfly-mcp/pull/5)) ([ad96c74](https://github.com/patternfly/patternfly-mcp/commit/ad96c74b7dccc153cb9b664a1c7e71ac2c293452)) + +### Continuous Integrations +* npm publish workflow ([#8](https://github.com/patternfly/patternfly-mcp/pull/8)) ([26236ab](https://github.com/patternfly/patternfly-mcp/commit/26236ab57b126e620c26d2da147bc45f3396d2f4)) + +### Builds +* changelog generator ([#6](https://github.com/patternfly/patternfly-mcp/pull/6)) ([6068954](https://github.com/patternfly/patternfly-mcp/commit/606895485f1c2a1659c1920dc30347373f01604a)) +* mcp-config to patternfly package ([#4](https://github.com/patternfly/patternfly-mcp/pull/4)) ([c1e13eb](https://github.com/patternfly/patternfly-mcp/commit/c1e13ebadc2b0cacca2570bf95c406d8e5821916)) +* move to nodejs 20 ([#3](https://github.com/patternfly/patternfly-mcp/pull/3)) ([c60fec1](https://github.com/patternfly/patternfly-mcp/commit/c60fec1a86ba6970575ded02bd82a8e7b1c8a2d6)) +* move to patternfly branding ([#2](https://github.com/patternfly/patternfly-mcp/pull/2)) ([3000fb5](https://github.com/patternfly/patternfly-mcp/commit/3000fb5f7f20a8c4db727b6a4cdb269e3ca19241)) + diff --git a/package-lock.json b/package-lock.json index 0950ecfe..6f4dd668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@patternfly/patternfly-mcp", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@patternfly/patternfly-mcp", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "1.19.1", diff --git a/package.json b/package.json index 7add686a..aca326c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/patternfly-mcp", - "version": "0.0.0", + "version": "0.1.0", "description": "PatternFly documentation MCP server built with Node.js and TypeScript", "main": "dist/index.js", "type": "module",