Skip to content

Commit 79204e3

Browse files
authored
Release v0.10.1
chore(main): release 0.10.1
2 parents 9230bd0 + b790a9d commit 79204e3

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# figma-developer-mcp
22

3+
## [0.10.1](https://github.com/GLips/Figma-Context-MCP/compare/v0.10.0...v0.10.1) (2026-04-10)
4+
5+
6+
### Bug Fixes
7+
8+
* add actionable 403 error message with troubleshooting link ([9230bd0](https://github.com/GLips/Figma-Context-MCP/commit/9230bd02a63085d88ca5d3687275f2cba9557309))
9+
* throw actionable error for missing nodes, add error_category to telemetry ([#344](https://github.com/GLips/Figma-Context-MCP/issues/344)) ([334ae2b](https://github.com/GLips/Figma-Context-MCP/commit/334ae2bbecbd3583922098787877448337acf6cb))
10+
311
## [0.10.0](https://github.com/GLips/Figma-Context-MCP/compare/v0.9.0...v0.10.0) (2026-04-10)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-developer-mcp",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"mcpName": "io.github.GLips/Figma-Context-MCP",
55
"description": "Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.",
66
"type": "module",

0 commit comments

Comments
 (0)