Skip to content

Commit 59a64d9

Browse files
chore: release (#41)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Minor Changes - 658d09a: Add hide action, list command, and browser options - `bypassCSP` enabled by default for reliable `evaluate` actions - New `hide` action to remove elements before capture - New `heroshot list` command with `--json` flag - New `browser.reducedMotion` option to disable animations - New `browser.userAgent` option for custom user agent - 3a28540: Add MCP server for AI agent integration - New `heroshot mcp` command to start MCP server via stdio transport - Tools: `heroshot_sync`, `heroshot_add`, `heroshot_list`, `heroshot_snippet`, `heroshot_remove` - Schema-driven with Zod for auto JSON Schema conversion Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f78f0b9 commit 59a64d9

File tree

4 files changed

+17
-21
lines changed

4 files changed

+17
-21
lines changed

.changeset/bypass-csp-hide-list.md

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

.changeset/mcp-server.md

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# heroshot
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 658d09a: Add hide action, list command, and browser options
8+
- `bypassCSP` enabled by default for reliable `evaluate` actions
9+
- New `hide` action to remove elements before capture
10+
- New `heroshot list` command with `--json` flag
11+
- New `browser.reducedMotion` option to disable animations
12+
- New `browser.userAgent` option for custom user agent
13+
14+
- 3a28540: Add MCP server for AI agent integration
15+
- New `heroshot mcp` command to start MCP server via stdio transport
16+
- Tools: `heroshot_sync`, `heroshot_add`, `heroshot_list`, `heroshot_snippet`, `heroshot_remove`
17+
- Schema-driven with Zod for auto JSON Schema conversion
18+
319
## 0.9.0
420

521
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heroshot",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Define your screenshots once, update them forever with one command",
55
"type": "module",
66
"author": "Ondrej Machala",

0 commit comments

Comments
 (0)