Release v1.0.1

Re-release due to npm registry issue with v1.0.0.
No code changes from v1.0.0.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Peter Steinberger 2025-06-08 20:58:48 +01:00
parent 8d8d9cb5f9
commit 2b5c03697c
3 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.0.1] - 2025-01-08
### Fixed
- Re-release of v1.0.0 due to npm registry issue
- No code changes from v1.0.0
## [1.0.0] - 2025-01-08
### 🎉 First Stable Release

View file

@ -1,6 +1,6 @@
{
"name": "@steipete/peekaboo-mcp",
"version": "1.0.0",
"version": "1.0.1",
"description": "A macOS utility exposed via Node.js MCP server for advanced screen captures, image analysis, and window management",
"type": "module",
"main": "dist/index.js",

View file

@ -1,4 +1,4 @@
// This file is auto-generated by the build script. Do not edit manually.
enum Version {
static let current = "1.0.0"
static let current = "1.0.1"
}