We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ed349 commit eec8226Copy full SHA for eec8226
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
# Changelog
4
5
+## 0.11.4
6
+
7
+- Strip trailing whitespaces and newlines from code blocks.
8
9
## 0.11.3
10
11
- Added color preview for color tokens in code blocks.
package.json
@@ -2,7 +2,7 @@
"name": "tempad-dev",
"description": "Inspect panel on Figma, for everyone.",
"private": true,
- "version": "0.11.3",
+ "version": "0.11.4",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments