Skip to content

Commit f7c69a7

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2026-02-17) ### Features * harden HTTP transport security and add tool annotations ([5919f9f](5919f9f))
1 parent 5919f9f commit f7c69a7

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.2.0](https://github.com/aashari/boilerplate-mcp-server/compare/v3.1.0...v3.2.0) (2026-02-17)
2+
3+
4+
### Features
5+
6+
* harden HTTP transport security and add tool annotations ([5919f9f](https://github.com/aashari/boilerplate-mcp-server/commit/5919f9f4c1e416da1a6f5c9ce01174a56624ba90))
7+
18
# [3.1.0](https://github.com/aashari/boilerplate-mcp-server/compare/v3.0.0...v3.1.0) (2026-02-17)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aashari/boilerplate-mcp-server",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "TypeScript MCP server boilerplate with STDIO and HTTP transport support, CLI tools, and extensible architecture",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/utils/constants.util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Current application version
1010
* This should match the version in package.json
1111
*/
12-
export const VERSION = '3.1.0';
12+
export const VERSION = '3.2.0';
1313

1414
/**
1515
* Package name with scope

0 commit comments

Comments
 (0)