Skip to content

Commit 48acfdb

Browse files
committed
RELEASING: Releasing 4 package(s)
Releases: @nullshot/agent@0.3.4 @nullshot/cli@0.2.5 @nullshot/mcp@0.3.5 @nullshot/test-utils@0.3.3 [skip ci]
1 parent ba4f35c commit 48acfdb

File tree

9 files changed

+28
-12
lines changed

9 files changed

+28
-12
lines changed

.changeset/puny-papers-cheat.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/agent/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nullshot/agent
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- 829fe69: Bump versions again.
8+
39
## 0.3.3
410

511
### Patch Changes

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nullshot/agent",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nullshot/cli
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- 829fe69: Bump versions again.
8+
39
## 0.2.4
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nullshot/cli",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"type": "module",
55
"author": "Felix Nordén",
66
"description": "CLI tool for managing Model Context Protocol (MCP) servers with Cloudflare Workers and Durable Objects",

packages/mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nullshot/mcp
22

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- 829fe69: Bump versions again.
8+
39
## 0.3.4
410

511
### Patch Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nullshot/mcp",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Model Context Protocol (MCP) server implementation for Cloudflare Workers",
55
"type": "module",
66
"main": "dist/index.js",

packages/test-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nullshot/test-utils
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- 829fe69: Bump versions again.
8+
39
## 0.3.2
410

511
### Patch Changes

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nullshot/test-utils",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Testing utilities for Cloudflare Workers projects - designed specifically for Workers runtime",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)