Skip to content

Commit 5ab1af9

Browse files
chore(main): release 0.8.0
1 parent 29cff0c commit 5ab1af9

3 files changed

Lines changed: 23 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.7.1"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/GLips/Figma-Context-MCP/compare/v0.7.1...v0.8.0) (2026-03-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* switch to stateless HTTP transport ([#304](https://github.com/GLips/Figma-Context-MCP/issues/304))
9+
10+
### Features
11+
12+
* add progress notifications and async tree walker ([#305](https://github.com/GLips/Figma-Context-MCP/issues/305)) ([b5724ad](https://github.com/GLips/Figma-Context-MCP/commit/b5724ade8234e73fe94467c6bfad5e020552f0e2))
13+
14+
15+
### Performance Improvements
16+
17+
* fix O(n²) bottlenecks in simplification and YAML serialization ([#307](https://github.com/GLips/Figma-Context-MCP/issues/307)) ([29cff0c](https://github.com/GLips/Figma-Context-MCP/commit/29cff0cbd6d2fd0459900e9c3cbc49f64e47075d))
18+
19+
20+
### Code Refactoring
21+
22+
* switch to stateless HTTP transport ([#304](https://github.com/GLips/Figma-Context-MCP/issues/304)) ([9dfb1cb](https://github.com/GLips/Figma-Context-MCP/commit/9dfb1cb65a081655d7dca5f076ab76f5d7e9edc0))
23+
324
## [0.7.1](https://github.com/GLips/Figma-Context-MCP/compare/v0.7.0...v0.7.1) (2026-03-20)
425

526

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.7.1",
3+
"version": "0.8.0",
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)