Skip to content

Commit b55ac3f

Browse files
chore: release 0.1.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1366aa commit b55ac3f

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## [0.1.0](https://github.com/CodelyTV/typescript-mcp-test-client/compare/v0.0.1...v0.1.0) (2025-08-18)
4+
5+
6+
### Features
7+
8+
* add initial version ([e1366aa](https://github.com/CodelyTV/typescript-mcp-test-client/commit/e1366aaba676d3a29ec14a5a2a880d9e1fb8bf2a))
9+
10+
## Changelog

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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@codelytv/mcp-test-client",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "A TypeScript test client for Model Context Protocol (MCP) servers",
5-
"keywords": ["mcp", "model-context-protocol", "testing", "typescript"],
5+
"keywords": [
6+
"mcp",
7+
"model-context-protocol",
8+
"testing",
9+
"typescript"
10+
],
611
"scripts": {
712
"build": "tsc",
813
"lint": "eslint src eslint.config.mjs",

0 commit comments

Comments
 (0)