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 abe01aa commit 63b1702Copy full SHA for 63b1702
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### Version 1.0.8
2
+
3
+- Bump
4
+- Replaced Object.fromEntries with lodash methods to provide compatability older Node.js versions
5
6
### Version 1.0.7
7
8
- Fixed line height and letter spacing values calculation for different font sizes (#2, #3)
package.json
@@ -1,7 +1,7 @@
{
"name": "tailwindcss-font-inter",
"description": "TailwindCSS Plugin to integrate with Inter Typeface.",
- "version": "1.0.7",
+ "version": "1.0.8",
"license": "MIT",
"main": "src/index.js",
"author": "Yuri Sementsov <hello@smcv.dev>",
0 commit comments