Skip to content

Commit 915a7fa

Browse files
chore(main): release 0.1.2 (#17)
1 parent 0e32ef7 commit 915a7fa

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/hyprmcp/mcp-who-am-i/compare/v0.1.1...v0.1.2) (2025-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* use correct parsing for JWT exp field ([#16](https://github.com/hyprmcp/mcp-who-am-i/issues/16)) ([0e32ef7](https://github.com/hyprmcp/mcp-who-am-i/commit/0e32ef76a074ce11e99756ee3cb1f7d19bd6d48e))
9+
310
## [0.1.1](https://github.com/hyprmcp/mcp-who-am-i/compare/v0.1.0...v0.1.1) (2025-08-25)
411

512

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

1515
server.registerTool(

0 commit comments

Comments
 (0)