diff --git a/CHANGELOG.md b/CHANGELOG.md index bc95305..1712274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0-beta.1] - 2025-01-09 ### Added - **PID-based application targeting**: You can now target applications by their Process ID using the `PID:XXXX` syntax diff --git a/package.json b/package.json index aa136c3..e23c778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@steipete/peekaboo-mcp", - "version": "1.0.1", + "version": "1.1.0-beta.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",