diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..41ea87d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ece97e..90b665e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.1](https://github.com/pdugan20/chat-builder-plugin/compare/imessage-chat-builder-v1.2.0...imessage-chat-builder-v1.2.1) (2026-03-17) + + +### Documentation + +* consolidate documentation and fix inaccuracies ([#33](https://github.com/pdugan20/chat-builder-plugin/issues/33)) ([63ba850](https://github.com/pdugan20/chat-builder-plugin/commit/63ba850a402d59ad80d300ebd0be7dd6ad79599b)) +* replace end-to-end flow prose with mermaid architecture diagram ([aabbdf0](https://github.com/pdugan20/chat-builder-plugin/commit/aabbdf0a9906efb0e662e4831048f793aff223a8)) + ## [1.2.0](https://github.com/pdugan20/chat-builder-plugin/compare/imessage-chat-builder-v1.1.0...imessage-chat-builder-v1.2.0) (2026-03-05) diff --git a/package-lock.json b/package-lock.json index 5fb8529..9e90565 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "imessage-chat-builder", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "imessage-chat-builder", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "0.78.0", diff --git a/package.json b/package.json index c73dc0a..5552cf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imessage-chat-builder", - "version": "1.2.0", + "version": "1.2.1", "description": "Create convincing iMessage prototypes with AI. Turn ideas into iMessage prototypes instantly.", "main": "dist/plugin.js", "license": "MIT", diff --git a/src/constants/plugin.ts b/src/constants/plugin.ts index ffae015..09fd4bb 100644 --- a/src/constants/plugin.ts +++ b/src/constants/plugin.ts @@ -1,3 +1,3 @@ -const PLUGIN_VERSION = '1.2.0'; // x-release-please-version +const PLUGIN_VERSION = '1.2.1'; // x-release-please-version export default PLUGIN_VERSION;