Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.2.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/plugin.ts
Original file line number Diff line number Diff line change
@@ -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;