Skip to content

Commit e178f5f

Browse files
chore(release): 0.2.0
1 parent da7b5b2 commit e178f5f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.2.0](https://github.com/flaviodelgrosso/fastify-mcp-server/compare/v0.1.0...v0.2.0) (2025-06-18)
6+
7+
8+
### Features
9+
10+
* added support to access token verification middleware ([#5](https://github.com/flaviodelgrosso/fastify-mcp-server/issues/5)) ([da7b5b2](https://github.com/flaviodelgrosso/fastify-mcp-server/commit/da7b5b26e07b4bfbd10b941007cb77ca4f801196))
11+
512
### 0.1.0 (2025-06-15)
613

714
First release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fastify-mcp-server",
33
"description": "A Fastify plugin for Model Context Protocol (MCP) streamable HTTP support",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"type": "module",
66
"main": "dist/index.js",
77
"files": [

0 commit comments

Comments
 (0)