Skip to content

Commit a54bc20

Browse files
chore(main): release 0.1.1 (#9)
1 parent 74e749a commit a54bc20

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
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.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/hyprmcp/mcp-who-am-i/compare/v0.1.0...v0.1.1) (2025-08-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.17.4 ([#4](https://github.com/hyprmcp/mcp-who-am-i/issues/4)) ([b877f3f](https://github.com/hyprmcp/mcp-who-am-i/commit/b877f3fcdec7d8e813af447fdbf46c818e070c58))
9+
* **deps:** update dependency jose to v6.0.13 ([#5](https://github.com/hyprmcp/mcp-who-am-i/issues/5)) ([fa47dfd](https://github.com/hyprmcp/mcp-who-am-i/commit/fa47dfd7ed88fe4a78ad7ddde5a008c9aa8187d3))
10+
11+
12+
### Other
13+
14+
* **deps:** update actions/checkout action to v5 ([#14](https://github.com/hyprmcp/mcp-who-am-i/issues/14)) ([b1246e5](https://github.com/hyprmcp/mcp-who-am-i/commit/b1246e5c9c151221c9fe7c304cf3d5d4184aca15))
15+
* **deps:** update docker/login-action action to v3.5.0 ([#11](https://github.com/hyprmcp/mcp-who-am-i/issues/11)) ([d2a000b](https://github.com/hyprmcp/mcp-who-am-i/commit/d2a000b5e6c77f5f5499b75bb8885cbc39d2dc1f))
16+
* **deps:** update docker/metadata-action action to v5.8.0 ([#12](https://github.com/hyprmcp/mcp-who-am-i/issues/12)) ([b7b39e8](https://github.com/hyprmcp/mcp-who-am-i/commit/b7b39e888cef15d01a4c904ca5c13110547a09cf))
17+
* **deps:** update googleapis/release-please-action action to v4.3.0 ([#13](https://github.com/hyprmcp/mcp-who-am-i/issues/13)) ([ed910b4](https://github.com/hyprmcp/mcp-who-am-i/commit/ed910b4d524b66f5050fd0bd6d1c54675ccb171a))
18+
319
## 0.1.0 (2025-08-22)
420

521

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-who-am-i",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"license": "MIT",
66
"author": "Glasskube Inc.",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { JWTPayload } from "jose";
99
export function newServer() {
1010
const server = new McpServer({
1111
name: "mcp-who-am-i",
12-
version: "0.1.0", // x-release-please-version
12+
version: "0.1.1", // x-release-please-version
1313
});
1414

1515
server.registerTool(

0 commit comments

Comments
 (0)