Skip to content

Commit ac21e87

Browse files
committed
docs: update changelog and version
1 parent 26c72d1 commit ac21e87

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 0.14.1
4+
5+
- Added a visual hint to help users find TemPad Dev panel easier when it overlaps with Figma's own panels.
6+
- Improve cursor display when measure mode is active.
7+
- Improved button styles.
8+
39
## 0.14.0
410

511
- Added MCP server support to let agents/IDEs pull code, structure, and screenshots from your current Figma selection.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "tempad-dev",
33
"description": "TemPad Dev monorepo",
44
"private": true,
5-
"version": "0.14.0",
65
"type": "module",
76
"devDependencies": {
87
"@eslint/js": "^9.39.1",

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tempad-dev/extension",
33
"description": "TemPad Dev browser extension.",
44
"private": true,
5-
"version": "0.14.0",
5+
"version": "0.14.1",
66
"type": "module",
77
"scripts": {
88
"dev": "wxt",

0 commit comments

Comments
 (0)