Skip to content

Commit 98a629c

Browse files
committed
chore(main): release 0.1.3
1 parent d55ce76 commit 98a629c

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

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

3+
## [0.1.3](https://github.com/hyprmcp/mcp-who-am-i/compare/v0.1.2...v0.1.3) (2025-09-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency jose to v6.1.0 ([#18](https://github.com/hyprmcp/mcp-who-am-i/issues/18)) ([13a758b](https://github.com/hyprmcp/mcp-who-am-i/commit/13a758b64af66ceccf228323f627a53672417529))
9+
10+
11+
### Docs
12+
13+
* add mcp server installations instructions ([d55ce76](https://github.com/hyprmcp/mcp-who-am-i/commit/d55ce76bcb1f808805ff4329e782c74cce24606b))
14+
315
## [0.1.2](https://github.com/hyprmcp/mcp-who-am-i/compare/v0.1.1...v0.1.2) (2025-08-27)
416

517

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.2",
3+
"version": "0.1.3",
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.2", // x-release-please-version
12+
version: "0.1.3", // x-release-please-version
1313
});
1414

1515
server.registerTool(

0 commit comments

Comments
 (0)