mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-22 14:05:58 +00:00
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:
parent
8d8d9cb5f9
commit
2b5c03697c
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue