Skip to content

Commit c739da3

Browse files
committed
chore(main): release 0.2.1
1 parent 5bef608 commit c739da3

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-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-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/hyprmcp/mcp-install-instructions-generator/compare/v0.2.0...v0.2.1) (2025-09-29)
4+
5+
6+
### Other
7+
8+
* **deps:** update docker/login-action action to v3.6.0 ([5bef608](https://github.com/hyprmcp/mcp-install-instructions-generator/commit/5bef60846c19051e22d9f04b1ee2d491b30f1ade))
9+
* **deps:** update docker/login-action action to v3.6.0 ([025f4a6](https://github.com/hyprmcp/mcp-install-instructions-generator/commit/025f4a69f60ac45eef739e322486cadd83d02b9f))
10+
311
## [0.2.0](https://github.com/hyprmcp/mcp-install-instructions-generator/compare/v0.1.1...v0.2.0) (2025-09-25)
412

513

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ You can use the web component by importing it into your HTML file:
4444
<!-- x-release-please-start-version -->
4545

4646
```html
47-
<script src="https://cdn.jsdelivr.net/npm/@hyprmcp/[email protected].0/dist/component/index.js"></script>
47+
<script src="https://cdn.jsdelivr.net/npm/@hyprmcp/[email protected].1/dist/component/index.js"></script>
4848
<link
4949
rel="stylesheet"
50-
href="https://cdn.jsdelivr.net/npm/@hyprmcp/[email protected].0/dist/component/index.css"
50+
href="https://cdn.jsdelivr.net/npm/@hyprmcp/[email protected].1/dist/component/index.css"
5151
/>
5252

5353
<mcp-install-instructions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyprmcp/mcp-install-instructions-generator",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "",
55
"scripts": {
66
"prebuild": "shx rm -rf dist",

src/mcp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { generateMCPInstructions, targets } from '../lib';
55
export function newServer() {
66
const server = new McpServer({
77
name: 'mcp-who-am-i',
8-
version: '0.2.0', // x-release-please-version
8+
version: '0.2.1', // x-release-please-version
99
});
1010

1111
server.registerTool(

0 commit comments

Comments
 (0)