Skip to content

Commit 97c3d16

Browse files
chore(main): release imessage-chat-builder 1.2.0
1 parent 33f83ba commit 97c3d16

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* **api:** improve prompt engineering and fix parameter threading ([33f83ba](https://github.com/pdugan20/chat-builder-plugin/commit/33f83bac25b82d74237b4835b1373840070d3136))
9+
* **deps:** upgrade to React 19 and testing-library 16 ([fbd524b](https://github.com/pdugan20/chat-builder-plugin/commit/fbd524bd0363ba9e8c733bc6415f61b3d6d26469))
10+
* **deps:** upgrade to React 19 and testing-library 16 ([19d5754](https://github.com/pdugan20/chat-builder-plugin/commit/19d5754c1a7a0515d94bc18a750dbb299b8f1560))
11+
12+
13+
### Refactoring
14+
15+
* **lint:** migrate to ESLint 9 flat config ([3c74303](https://github.com/pdugan20/chat-builder-plugin/commit/3c74303d79b78e2ac952ce6db8f2db267068cf48))
16+
* **lint:** migrate to ESLint 9 flat config ([e8d2a3b](https://github.com/pdugan20/chat-builder-plugin/commit/e8d2a3bec479b2f7b4baad8e526f02559853d3bc))
17+
18+
19+
### Documentation
20+
21+
* finalize dependency upgrade tracker ([9b4223a](https://github.com/pdugan20/chat-builder-plugin/commit/9b4223a0ede660c73a54fdff81457f7b20e187ce))
22+
* finalize dependency upgrade tracker ([0a7c1f9](https://github.com/pdugan20/chat-builder-plugin/commit/0a7c1f9690feb69bbcbcdefa41d92067cc028db0))
23+
* reorganize docs folder and add dependency upgrade tracker ([8eba182](https://github.com/pdugan20/chat-builder-plugin/commit/8eba182a176990e44e3ced4a46cc424f554ee128))
24+
* update README badges, versions, and doc links ([c02b702](https://github.com/pdugan20/chat-builder-plugin/commit/c02b70230038cbbc15788b8b3b53f6dbb1238be0))
25+
326
## [1.1.0](https://github.com/pdugan20/chat-builder-plugin/compare/imessage-chat-builder-v1.0.7...imessage-chat-builder-v1.1.0) (2026-03-05)
427

528

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imessage-chat-builder",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Create convincing iMessage prototypes with AI. Turn ideas into iMessage prototypes instantly.",
55
"main": "dist/plugin.js",
66
"license": "MIT",

src/constants/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const PLUGIN_VERSION = '1.1.0'; // x-release-please-version
1+
const PLUGIN_VERSION = '1.2.0'; // x-release-please-version
22

33
export default PLUGIN_VERSION;

0 commit comments

Comments
 (0)