Robert Sweet 3 месяцев назад
Родитель
Сommit
0e9b71c18e
3 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      CHANGELOG.md
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 1 - 1
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.2.1] - 2026-03-27
 
 ### Security
 - **Message ID validation** - Message IDs are now validated as numeric-only (`/^\d+$/`) to prevent injection attacks

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "apple-mail-mcp",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "apple-mail-mcp",
-      "version": "1.2.0",
+      "version": "1.2.1",
       "license": "MIT",
       "os": [
         "darwin"

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "apple-mail-mcp",
-  "version": "1.2.0",
+  "version": "1.2.1",
   "description": "MCP server for Apple Mail - read, search, send, and manage emails via Claude",
   "type": "module",
   "main": "build/index.js",