Skip to content

Commit fdc961a

Browse files
release 1.2.1
1 parent c6661a1 commit fdc961a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.2.1
4+
5+
* Usage of a custom LRU cache implementation. The old one was way too heavy and needed polyfills.
6+
37
## 1.2.0
48

59
* Support for `line-height` with value `normal`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fancy-textfill",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Fast implementation for resizing text to fill its container.",
55
"main": "index.js",
66
"repository": "https://github.com/fazouane-marouane/fancy-textfill",

0 commit comments

Comments
 (0)